#57928F

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

Shades of Half Baked #57928F

Tints of Half Baked #57928F

Color information

#57928F (or 0x57928F) is unknown color: approx Half Baked. HEX triplet: 57, 92 and 8F. RGB value is (87,146,143). Sum of RGB (Red+Green+Blue) = 87+146+143=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #57928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57928F is #A86D70. Grayscale: #7F7F7F. Windows color (decimal): -11038065 or 9409111. OLE color: 9409111.

HSL color Cylindrical-coordinate representation of color #57928F: hue angle of 176.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57928F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB87146143-
CMYK0.4000.020.43
HSL176.95º25.32%45.69%-
HSV(B)176.95º40.41%57.25%-
XYZ19.1724.5729.72-
YUV128.02136.4598.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=23.14%
G=38.83%
B=38.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461430.4000.020.43176.9525.3245.69
Hex57928F28022Bb1192e
Octal1272222175002532613156
Binary101011110010010100011111010000101010111011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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