#559390

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

Shades of Half Baked #559390

Tints of Half Baked #559390

Color information

#559390 (or 0x559390) is unknown color: approx Half Baked. HEX triplet: 55, 93 and 90. RGB value is (85,147,144). Sum of RGB (Red+Green+Blue) = 85+147+144=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #559390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559390 is #AA6C6F. Grayscale: #808080. Windows color (decimal): -11168880 or 9474901. OLE color: 9474901.

HSL color Cylindrical-coordinate representation of color #559390: hue angle of 177.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559390 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB85147144-
CMYK0.4200.020.42
HSL177.1º26.72%45.49%-
HSV(B)177.1º42.18%57.65%-
XYZ19.2124.8130.16-
YUV128.12136.9697.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=22.61%
G=39.10%
B=38.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471440.4200.020.42177.126.7245.49
Hex5593902A022Ab11b2d
Octal1252232205202522613355
Binary101010110010011100100001010100101010101011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559390; }

 p { color: rgb(85,147,144); }

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

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

 a { background-color: rgb(85,147,144); }

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

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

 span { border-color: rgb(85,147,144); }

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