#579495

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

Shades of Half Baked #579495

Tints of Half Baked #579495

Color information

#579495 (or 0x579495) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 95. RGB value is (87,148,149). Sum of RGB (Red+Green+Blue) = 87+148+149=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #579495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579495 is #A86B6A. Grayscale: #818181. Windows color (decimal): -11037547 or 9802839. OLE color: 9802839.

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

Color convert

RGB87148149-
CMYK0.420.0100.42
HSL180.97º26.27%46.27%-
HSV(B)180.97º41.61%58.43%-
XYZ19.9525.3832.28-
YUV129.87138.7997.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.66%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=22.66%
G=38.54%
B=38.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481490.420.0100.42180.9726.2746.27
Hex5794952A102Ab51a2e
Octal1272242255210522653256
Binary10101111001010010010101101010101010101011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579495; }

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

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

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

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

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

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

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

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