#5BB896

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

Shades of Keppel #5BB896

Tints of Keppel #5BB896

Color information

#5BB896 (or 0x5BB896) is unknown color: approx Keppel. HEX triplet: 5B, B8 and 96. RGB value is (91,184,150). Sum of RGB (Red+Green+Blue) = 91+184+150=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB896 is #A44769. Grayscale: #989898. Windows color (decimal): -10766186 or 9877595. OLE color: 9877595.

HSL color Cylindrical-coordinate representation of color #5BB896: hue angle of 158.06º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB896 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB91184150-
CMYK0.5100.180.28
HSL158.06º39.57%53.92%-
HSV(B)158.06º50.54%72.16%-
XYZ26.9638.7134.9-
YUV152.32126.6984.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.41%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=21.41%
G=43.29%
B=35.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal911841500.5100.180.28158.0639.5753.92
Hex5BB896330121C9e2836
Octal13327022663022342365066
Binary101101110111000100101101100110100101110010011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,184,150); }

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

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

 a { background-color: rgb(91,184,150); }

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

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

 span { border-color: rgb(91,184,150); }

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