#558787

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

Shades of Half Baked #558787

Tints of Half Baked #558787

Color information

#558787 (or 0x558787) is unknown color: approx Half Baked. HEX triplet: 55, 87 and 87. RGB value is (85,135,135). Sum of RGB (Red+Green+Blue) = 85+135+135=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #558787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558787 is #AA7878. Grayscale: #777777. Windows color (decimal): -11171961 or 8882005. OLE color: 8882005.

HSL color Cylindrical-coordinate representation of color #558787: hue angle of 180º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558787 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB85135135-
CMYK0.37000.47
HSL180º22.73%43.14%-
HSV(B)180º37.04%52.94%-
XYZ16.7821.0126.09-
YUV120.05136.44103-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=23.94%
G=38.03%
B=38.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851351350.37000.4718022.7343.14
Hex55878725002Fb4172b
Octal1252072074500572642753
Binary10101011000011110000111100101001011111011010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558787; }

 p { color: rgb(85,135,135); }

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

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

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

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

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

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

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