#57858E

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

Shades of Half Baked #57858E

Tints of Half Baked #57858E

Color information

#57858E (or 0x57858E) is unknown color: approx Half Baked. HEX triplet: 57, 85 and 8E. RGB value is (87,133,142). Sum of RGB (Red+Green+Blue) = 87+133+142=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #57858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57858E is #A87A71. Grayscale: #787878. Windows color (decimal): -11041394 or 9340247. OLE color: 9340247.

HSL color Cylindrical-coordinate representation of color #57858E: hue angle of 189.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57858E is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87133142-
CMYK0.390.0600.44
HSL189.82º24.02%44.9%-
HSV(B)189.82º38.73%55.69%-
XYZ17.220.7528.69-
YUV120.27140.26104.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=24.03%
G=36.74%
B=39.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871331420.390.0600.44189.8224.0244.9
Hex57858E27602Cbe182d
Octal1272052164760542763055
Binary1010111100001011000111010011111001011001011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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