#5BAB9D

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

Shades of Keppel #5BAB9D

Tints of Keppel #5BAB9D

Color information

#5BAB9D (or 0x5BAB9D) is unknown color: approx Keppel. HEX triplet: 5B, AB and 9D. RGB value is (91,171,157). Sum of RGB (Red+Green+Blue) = 91+171+157=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9D is #A45462. Grayscale: #919191. Windows color (decimal): -10769507 or 10333019. OLE color: 10333019.

HSL color Cylindrical-coordinate representation of color #5BAB9D: hue angle of 169.5º 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 #5BAB9D is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB91171157-
CMYK0.4700.080.33
HSL169.5º32.26%51.37%-
HSV(B)169.5º46.78%67.06%-
XYZ24.9633.7837.1-
YUV145.48134.589.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.72%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=21.72%
G=40.81%
B=37.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711570.4700.080.33169.532.2651.37
Hex5BAB9D2F0821aa2033
Octal13325323557010412524063
Binary101101110101011100111011011110100010000110101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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