#559892

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

Shades of Half Baked #559892

Tints of Half Baked #559892

Color information

#559892 (or 0x559892) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 92. RGB value is (85,152,146). Sum of RGB (Red+Green+Blue) = 85+152+146=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #559892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559892 is #AA676D. Grayscale: #838383. Windows color (decimal): -11167598 or 9607253. OLE color: 9607253.

HSL color Cylindrical-coordinate representation of color #559892: hue angle of 174.63º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559892 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB85152146-
CMYK0.4400.040.40
HSL174.63º28.27%46.47%-
HSV(B)174.63º44.08%59.61%-
XYZ20.1626.4631.24-
YUV131.28136.394.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=22.19%
G=39.69%
B=38.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521460.4400.040.40174.6328.2746.47
Hex5598922C0428af1c2e
Octal1252302225404502573456
Binary1010101100110001001001010110001001010001010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559892; }

 p { color: rgb(85,152,146); }

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

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

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

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

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

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

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