#559695

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

Shades of Half Baked #559695

Tints of Half Baked #559695

Color information

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

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

Color convert

RGB85150149-
CMYK0.4300.010.41
HSL179.08º27.66%46.08%-
HSV(B)179.08º43.33%58.82%-
XYZ20.0825.9132.38-
YUV130.45138.4795.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501490.4300.010.41179.0827.6646.08
Hex5596952B0129b31c2e
Octal1252262255301512633456
Binary10101011001011010010101101011011010011011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559695; }

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

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

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

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

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

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

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

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