#579993

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

Shades of Half Baked #579993

Tints of Half Baked #579993

Color information

#579993 (or 0x579993) is unknown color: approx Half Baked. HEX triplet: 57, 99 and 93. RGB value is (87,153,147). Sum of RGB (Red+Green+Blue) = 87+153+147=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #579993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579993 is #A8666C. Grayscale: #848484. Windows color (decimal): -11036269 or 9673047. OLE color: 9673047.

HSL color Cylindrical-coordinate representation of color #579993: hue angle of 174.55º degrees, saturation: 0.28, 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 #579993 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB87153147-
CMYK0.4300.040.4
HSL174.55º27.5%47.06%-
HSV(B)174.55º43.14%60%-
XYZ20.5926.9231.71-
YUV132.58136.1395.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=22.48%
G=39.53%
B=37.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871531470.4300.040.4174.5527.547.06
Hex5799932B0428af1c2f
Octal1272312235304502573457
Binary1010111100110011001001110101101001010001010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579993; }

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

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

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

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

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

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

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

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