#57908D

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

Shades of Half Baked #57908D

Tints of Half Baked #57908D

Color information

#57908D (or 0x57908D) is unknown color: approx Half Baked. HEX triplet: 57, 90 and 8D. RGB value is (87,144,141). Sum of RGB (Red+Green+Blue) = 87+144+141=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #57908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57908D is #A86F72. Grayscale: #7E7E7E. Windows color (decimal): -11038579 or 9277527. OLE color: 9277527.

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

Color convert

RGB87144141-
CMYK0.4000.020.44
HSL176.84º24.68%45.29%-
HSV(B)176.84º39.58%56.47%-
XYZ18.7123.928.83-
YUV126.62136.1299.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.39%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=23.39%
G=38.71%
B=37.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441410.4000.020.44176.8424.6845.29
Hex57908D28022Cb1192d
Octal1272202155002542613155
Binary101011110010000100011011010000101011001011000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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