#559894

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

Shades of Half Baked #559894

Tints of Half Baked #559894

Color information

#559894 (or 0x559894) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 94. RGB value is (85,152,148). Sum of RGB (Red+Green+Blue) = 85+152+148=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #559894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559894 is #AA676B. Grayscale: #838383. Windows color (decimal): -11167596 or 9738325. OLE color: 9738325.

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

Color convert

RGB85152148-
CMYK0.4400.030.40
HSL176.42º28.27%46.47%-
HSV(B)176.42º44.08%59.61%-
XYZ20.3226.5332.07-
YUV131.51137.394.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=22.08%
G=39.48%
B=38.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521480.4400.030.40176.4228.2746.47
Hex5598942C0328b01c2e
Octal1252302245403502603456
Binary101010110011000100101001011000111010001011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559894; }

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

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

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

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

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

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

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

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