#57908C

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

Shades of Half Baked #57908C

Tints of Half Baked #57908C

Color information

#57908C (or 0x57908C) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 8C. RGB value is (87,144,140). Sum of RGB (Red+Green+Blue) = 87+144+140=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #57908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57908C is #A86F73. Grayscale: #7E7E7E. Windows color (decimal): -11038580 or 9211991. OLE color: 9211991.

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

Color convert

RGB87144140-
CMYK0.4000.030.44
HSL175.79º24.68%45.29%-
HSV(B)175.79º39.58%56.47%-
XYZ18.6423.8728.44-
YUV126.5135.6299.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=23.45%
G=38.81%
B=37.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441400.4000.030.44175.7924.6845.29
Hex57908C28032Cb0192d
Octal1272202145003542603155
Binary101011110010000100011001010000111011001011000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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