#5E8B87

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

Shades of Half Baked #5E8B87

Tints of Half Baked #5E8B87

Color information

#5E8B87 (or 0x5E8B87) is unknown color: approx Half Baked. HEX triplet: 5E, 8B and 87. RGB value is (94,139,135). Sum of RGB (Red+Green+Blue) = 94+139+135=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8B87 is #A17478. Grayscale: #7D7D7D. Windows color (decimal): -10581113 or 8883038. OLE color: 8883038.

HSL color Cylindrical-coordinate representation of color #5E8B87: hue angle of 174.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8B87 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB94139135-
CMYK0.3200.030.45
HSL174.67º19.31%45.69%-
HSV(B)174.67º32.37%54.51%-
XYZ18.2222.5926.32-
YUV125.09133.59105.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.54%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=25.54%
G=37.77%
B=36.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal941391350.3200.030.45174.6719.3145.69
Hex5E8B8720032Daf132e
Octal1362132074003552572356
Binary101111010001011100001111000000111011011010111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,139,135); }

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

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

 a { background-color: rgb(94,139,135); }

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

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

 span { border-color: rgb(94,139,135); }

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