#559896

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

Shades of Half Baked #559896

Tints of Half Baked #559896

Color information

#559896 (or 0x559896) is unknown color: approx Half Baked. HEX triplet: 55, 98 and 96. RGB value is (85,152,150). Sum of RGB (Red+Green+Blue) = 85+152+150=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #559896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559896 is #AA6769. Grayscale: #838383. Windows color (decimal): -11167594 or 9869397. OLE color: 9869397.

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

Color convert

RGB85152150-
CMYK0.4400.010.40
HSL178.21º28.27%46.47%-
HSV(B)178.21º44.08%59.61%-
XYZ20.4826.5932.91-
YUV131.74138.394.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=21.96%
G=39.28%
B=38.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521500.4400.010.40178.2128.2746.47
Hex5598962C0128b21c2e
Octal1252302265401502623456
Binary10101011001100010010110101100011010001011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559896; }

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

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

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

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

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

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

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

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