#559596

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

Shades of Half Baked #559596

Tints of Half Baked #559596

Color information

#559596 (or 0x559596) is unknown color: approx Half Baked. HEX triplet: 55, 95 and 96. RGB value is (85,149,150). Sum of RGB (Red+Green+Blue) = 85+149+150=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #559596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559596 is #AA6A69. Grayscale: #818181. Windows color (decimal): -11168362 or 9868629. OLE color: 9868629.

HSL color Cylindrical-coordinate representation of color #559596: hue angle of 180.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559596 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB85149150-
CMYK0.430.0100.41
HSL180.92º27.66%46.08%-
HSV(B)180.92º43.33%58.82%-
XYZ2025.6332.75-
YUV129.98139.395.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=22.14%
G=38.80%
B=39.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851491500.430.0100.41180.9227.6646.08
Hex5595962B1029b51c2e
Octal1252252265310512653456
Binary10101011001010110010110101011101010011011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559596; }

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

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

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

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

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

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

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

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