#559092

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

Shades of Half Baked #559092

Tints of Half Baked #559092

Color information

#559092 (or 0x559092) is unknown color: approx Half Baked. HEX triplet: 55, 90 and 92. RGB value is (85,144,146). Sum of RGB (Red+Green+Blue) = 85+144+146=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #559092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559092 is #AA6F6D. Grayscale: #7E7E7E. Windows color (decimal): -11169646 or 9605205. OLE color: 9605205.

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

Color convert

RGB85144146-
CMYK0.420.0100.43
HSL181.97º26.41%45.29%-
HSV(B)181.97º41.78%57.25%-
XYZ18.9123.9530.82-
YUV126.59138.9598.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=22.67%
G=38.4%
B=38.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851441460.420.0100.43181.9726.4145.29
Hex5590922A102Bb61a2d
Octal1252202225210532663255
Binary10101011001000010010010101010101010111011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559092; }

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

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

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

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

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

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

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

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