#559895

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

Shades of Half Baked #559895

Tints of Half Baked #559895

Color information

#559895 (or 0x559895) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 95. RGB value is (85,152,149). Sum of RGB (Red+Green+Blue) = 85+152+149=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #559895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559895 is #AA676A. Grayscale: #838383. Windows color (decimal): -11167595 or 9803861. OLE color: 9803861.

HSL color Cylindrical-coordinate representation of color #559895: hue angle of 177.31º 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 #559895 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB85152149-
CMYK0.4400.020.40
HSL177.31º28.27%46.47%-
HSV(B)177.31º44.08%59.61%-
XYZ20.426.5632.48-
YUV131.62137.894.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=22.02%
G=39.38%
B=38.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521490.4400.020.40177.3128.2746.47
Hex5598952C0228b11c2e
Octal1252302255402502613456
Binary101010110011000100101011011000101010001011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559895; }

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

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

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

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

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

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

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

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