#579499

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

Shades of Half Baked #579499

Tints of Half Baked #579499

Color information

#579499 (or 0x579499) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 99. RGB value is (87,148,153). Sum of RGB (Red+Green+Blue) = 87+148+153=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #579499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579499 is #A86B66. Grayscale: #828282. Windows color (decimal): -11037543 or 10064983. OLE color: 10064983.

HSL color Cylindrical-coordinate representation of color #579499: hue angle of 184.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579499 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87148153-
CMYK0.430.0300.4
HSL184.55º27.5%47.06%-
HSV(B)184.55º43.14%60%-
XYZ20.2725.5133.99-
YUV130.33140.7997.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=22.42%
G=38.14%
B=39.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871481530.430.0300.4184.5527.547.06
Hex5794992B3028b91b2f
Octal1272242315330502713357
Binary101011110010100100110011010111101010001011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579499; }

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

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

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

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

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

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

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

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