#579491

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

Shades of Half Baked #579491

Tints of Half Baked #579491

Color information

#579491 (or 0x579491) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 91. RGB value is (87,148,145). Sum of RGB (Red+Green+Blue) = 87+148+145=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #579491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579491 is #A86B6E. Grayscale: #818181. Windows color (decimal): -11037551 or 9540695. OLE color: 9540695.

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

Color convert

RGB87148145-
CMYK0.4100.020.42
HSL177.05º25.96%46.08%-
HSV(B)177.05º41.22%58.04%-
XYZ19.6325.2530.63-
YUV129.42136.7997.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=22.89%
G=38.95%
B=38.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481450.4100.020.42177.0525.9646.08
Hex57949129022Ab11a2e
Octal1272242215102522613256
Binary101011110010100100100011010010101010101011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579491; }

 p { color: rgb(87,148,145); }

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

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

 a { background-color: rgb(87,148,145); }

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

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

 span { border-color: rgb(87,148,145); }

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