#559799

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

Shades of Half Baked #559799

Tints of Half Baked #559799

Color information

#559799 (or 0x559799) is unknown color: approx Half Baked. HEX triplet: 55, 97 and 99. RGB value is (85,151,153). Sum of RGB (Red+Green+Blue) = 85+151+153=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #559799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559799 is #AA6866. Grayscale: #838383. Windows color (decimal): -11167847 or 10065749. OLE color: 10065749.

HSL color Cylindrical-coordinate representation of color #559799: hue angle of 181.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559799 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85151153-
CMYK0.440.0100.4
HSL181.76º28.57%46.67%-
HSV(B)181.76º44.44%60%-
XYZ20.5626.3634.14-
YUV131.49140.1394.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=21.85%
G=38.82%
B=39.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851511530.440.0100.4181.7628.5746.67
Hex5597992C1028b61d2f
Octal1252272315410502663557
Binary10101011001011110011001101100101010001011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559799; }

 p { color: rgb(85,151,153); }

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

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

 a { background-color: rgb(85,151,153); }

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

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

 span { border-color: rgb(85,151,153); }

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