#5BAB9B

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

Shades of Keppel #5BAB9B

Tints of Keppel #5BAB9B

Color information

#5BAB9B (or 0x5BAB9B) is unknown color: approx Keppel. HEX triplet: 5B, AB and 9B. RGB value is (91,171,155). Sum of RGB (Red+Green+Blue) = 91+171+155=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9B is #A45464. Grayscale: #919191. Windows color (decimal): -10769509 or 10201947. OLE color: 10201947.

HSL color Cylindrical-coordinate representation of color #5BAB9B: hue angle of 168º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB9B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB91171155-
CMYK0.4700.090.33
HSL168º32.26%51.37%-
HSV(B)168º46.78%67.06%-
XYZ24.7933.7236.21-
YUV145.26133.589.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=21.82%
G=41.01%
B=37.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711550.4700.090.3316832.2651.37
Hex5BAB9B2F0921a82033
Octal13325323357011412504063
Binary101101110101011100110111011110100110000110101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,155); }

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

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

 a { background-color: rgb(91,171,155); }

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

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

 span { border-color: rgb(91,171,155); }

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