#57928E

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

Shades of Half Baked #57928E

Tints of Half Baked #57928E

Color information

#57928E (or 0x57928E) is unknown color: approx Half Baked. HEX triplet: 57, 92 and 8E. RGB value is (87,146,142). Sum of RGB (Red+Green+Blue) = 87+146+142=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #57928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57928E is #A86D71. Grayscale: #7F7F7F. Windows color (decimal): -11038066 or 9343575. OLE color: 9343575.

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

Color convert

RGB87146142-
CMYK0.4000.030.43
HSL175.93º25.32%45.69%-
HSV(B)175.93º40.41%57.25%-
XYZ19.0924.5429.32-
YUV127.9135.9598.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=23.2%
G=38.93%
B=37.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871461420.4000.030.43175.9325.3245.69
Hex57928E28032Bb0192e
Octal1272222165003532603156
Binary101011110010010100011101010000111010111011000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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