#5B888E

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

Shades of Half Baked #5B888E

Tints of Half Baked #5B888E

Color information

#5B888E (or 0x5B888E) is unknown color: approx Half Baked. HEX triplet: 5B, 88 and 8E. RGB value is (91,136,142). Sum of RGB (Red+Green+Blue) = 91+136+142=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B888E is #A47771. Grayscale: #7B7B7B. Windows color (decimal): -10778482 or 9341019. OLE color: 9341019.

HSL color Cylindrical-coordinate representation of color #5B888E: hue angle of 187.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B888E is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB91136142-
CMYK0.360.0400.44
HSL187.06º21.89%45.69%-
HSV(B)187.06º35.92%55.69%-
XYZ1821.7928.85-
YUV123.23138.59105.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=24.66%
G=36.86%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911361420.360.0400.44187.0621.8945.69
Hex5B888E24402Cbb162e
Octal1332102164440542732656
Binary1011011100010001000111010010010001011001011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,136,142); }

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

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

 a { background-color: rgb(91,136,142); }

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

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

 span { border-color: rgb(91,136,142); }

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