#5B8387

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

Shades of Half Baked #5B8387

Tints of Half Baked #5B8387

Color information

#5B8387 (or 0x5B8387) is unknown color: approx Half Baked. HEX triplet: 5B, 83 and 87. RGB value is (91,131,135). Sum of RGB (Red+Green+Blue) = 91+131+135=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B8387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8387 is #A47C78. Grayscale: #777777. Windows color (decimal): -10779769 or 8880987. OLE color: 8880987.

HSL color Cylindrical-coordinate representation of color #5B8387: hue angle of 185.45º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8387 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB91131135-
CMYK0.330.0300.47
HSL185.45º19.47%44.31%-
HSV(B)185.45º32.59%52.94%-
XYZ16.820.2125.94-
YUV119.5136.75107.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.49%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=25.49%
G=36.69%
B=37.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911311350.330.0300.47185.4519.4744.31
Hex5B838721302Fb9132c
Octal1332032074130572712354
Binary101101110000011100001111000011101011111011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,135); }

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

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

 a { background-color: rgb(91,131,135); }

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

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

 span { border-color: rgb(91,131,135); }

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