#559291

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

Shades of Half Baked #559291

Tints of Half Baked #559291

Color information

#559291 (or 0x559291) is unknown color: approx Half Baked. HEX triplet: 55, 92 and 91. RGB value is (85,146,145). Sum of RGB (Red+Green+Blue) = 85+146+145=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #559291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559291 is #AA6D6E. Grayscale: #7F7F7F. Windows color (decimal): -11169135 or 9540181. OLE color: 9540181.

HSL color Cylindrical-coordinate representation of color #559291: hue angle of 179.02º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559291 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB85146145-
CMYK0.4200.010.43
HSL179.02º26.41%45.29%-
HSV(B)179.02º41.78%57.25%-
XYZ19.1424.5330.51-
YUV127.65137.7997.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=22.61%
G=38.83%
B=38.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461450.4200.010.43179.0226.4145.29
Hex5592912A012Bb31a2d
Octal1252222215201532633255
Binary10101011001001010010001101010011010111011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559291; }

 p { color: rgb(85,146,145); }

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

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

 a { background-color: rgb(85,146,145); }

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

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

 span { border-color: rgb(85,146,145); }

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