#5BB199

Color #5BB199 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5BB199

Tints of Keppel #5BB199

Color information

#5BB199 (or 0x5BB199) is unknown color: approx Keppel. HEX triplet: 5B, B1 and 99. RGB value is (91,177,153). Sum of RGB (Red+Green+Blue) = 91+177+153=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB199 is #A44E66. Grayscale: #949494. Windows color (decimal): -10767975 or 10072411. OLE color: 10072411.

HSL color Cylindrical-coordinate representation of color #5BB199: hue angle of 163.26º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB199 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB91177153-
CMYK0.4900.140.31
HSL163.26º35.54%52.55%-
HSV(B)163.26º48.59%69.41%-
XYZ25.7935.9735.72-
YUV148.55130.5186.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=21.62%
G=42.04%
B=36.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771530.4900.140.31163.2635.5452.55
Hex5BB199310E1Fa32435
Octal13326123161016372434465
Binary10110111011000110011001110001011101111110100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB199; }

 p { color: rgb(91,177,153); }

 H1.HeaderClassName
 {
   color: #5BB199;
 }
 .AnyTagClassName
 {
   color: #5BB199;
 }
</style>
background-color css

<style>
 a { background-color: #5BB199; }

 a { background-color: rgb(91,177,153); }

 div.DivClassName
 {
   background-color: #5BB199;
 }
 .BgClassName
 {
   background-color: #5BB199;
 }
</style>
border-color css

<style>
 span { border-color: #5BB199; }

 span { border-color: rgb(91,177,153); }

 td.TdClassName
 {
   border-color: #5BB199;
 }
 .TagClassName
 {
   border-color: #5BB199;
 }
</style>