#57908F

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

Shades of Half Baked #57908F

Tints of Half Baked #57908F

Color information

#57908F (or 0x57908F) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 8F. RGB value is (87,144,143). Sum of RGB (Red+Green+Blue) = 87+144+143=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #57908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57908F is #A86F70. Grayscale: #7E7E7E. Windows color (decimal): -11038577 or 9408599. OLE color: 9408599.

HSL color Cylindrical-coordinate representation of color #57908F: hue angle of 178.95º 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 #57908F is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB87144143-
CMYK0.4000.010.44
HSL178.95º24.68%45.29%-
HSV(B)178.95º39.58%56.47%-
XYZ18.8623.9629.62-
YUV126.84137.1299.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=23.26%
G=38.50%
B=38.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441430.4000.010.44178.9524.6845.29
Hex57908F28012Cb3192d
Octal1272202175001542633155
Binary10101111001000010001111101000011011001011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57908F; }

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

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

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

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

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

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

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

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