#578992

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

Shades of Half Baked #578992

Tints of Half Baked #578992

Color information

#578992 (or 0x578992) is unknown color: approx Half Baked. HEX triplet: 57, 89 and 92. RGB value is (87,137,146). Sum of RGB (Red+Green+Blue) = 87+137+146=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #578992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578992 is #A8766D. Grayscale: #7A7A7A. Windows color (decimal): -11040366 or 9603415. OLE color: 9603415.

HSL color Cylindrical-coordinate representation of color #578992: hue angle of 189.15º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578992 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87137146-
CMYK0.400.0600.43
HSL189.15º25.32%45.69%-
HSV(B)189.15º40.41%57.25%-
XYZ18.0621.9930.49-
YUV123.08140.94102.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=23.51%
G=37.03%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871371460.400.0600.43189.1525.3245.69
Hex57899228602Bbd192e
Octal1272112225060532753156
Binary1010111100010011001001010100011001010111011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578992; }

 p { color: rgb(87,137,146); }

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

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

 a { background-color: rgb(87,137,146); }

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

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

 span { border-color: rgb(87,137,146); }

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