#579090

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

Shades of Half Baked #579090

Tints of Half Baked #579090

Color information

#579090 (or 0x579090) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 90. RGB value is (87,144,144). Sum of RGB (Red+Green+Blue) = 87+144+144=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #579090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579090 is #A86F6F. Grayscale: #7E7E7E. Windows color (decimal): -11038576 or 9474135. OLE color: 9474135.

HSL color Cylindrical-coordinate representation of color #579090: hue angle of 180º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579090 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87144144-
CMYK0.40000.44
HSL180º24.68%45.29%-
HSV(B)180º39.58%56.47%-
XYZ18.9423.9930.02-
YUV126.96137.6299.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=23.2%
G=38.4%
B=38.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441440.40000.4418024.6845.29
Hex57909028002Cb4192d
Octal1272202205000542643155
Binary10101111001000010010000101000001011001011010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579090; }

 p { color: rgb(87,144,144); }

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

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

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

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

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

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

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