#559891

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

Shades of Half Baked #559891

Tints of Half Baked #559891

Color information

#559891 (or 0x559891) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 91. RGB value is (85,152,145). Sum of RGB (Red+Green+Blue) = 85+152+145=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #559891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559891 is #AA676E. Grayscale: #838383. Windows color (decimal): -11167599 or 9541717. OLE color: 9541717.

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

Color convert

RGB85152145-
CMYK0.4400.050.40
HSL173.73º28.27%46.47%-
HSV(B)173.73º44.08%59.61%-
XYZ20.0926.4330.83-
YUV131.17135.895.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=22.25%
G=39.79%
B=37.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521450.4400.050.40173.7328.2746.47
Hex5598912C0528ae1c2e
Octal1252302215405502563456
Binary1010101100110001001000110110001011010001010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559891; }

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

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

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

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

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

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

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

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