#57868E

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

Shades of Half Baked #57868E

Tints of Half Baked #57868E

Color information

#57868E (or 0x57868E) is unknown color: approx Half Baked. HEX triplet: 57, 86 and 8E. RGB value is (87,134,142). Sum of RGB (Red+Green+Blue) = 87+134+142=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #57868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57868E is #A87971. Grayscale: #787878. Windows color (decimal): -11041138 or 9340503. OLE color: 9340503.

HSL color Cylindrical-coordinate representation of color #57868E: hue angle of 188.73º 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 #57868E is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87134142-
CMYK0.390.0600.44
HSL188.73º24.02%44.9%-
HSV(B)188.73º38.73%55.69%-
XYZ17.3421.0328.74-
YUV120.86139.93103.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=23.97%
G=36.91%
B=39.12%

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
Decimal871341420.390.0600.44188.7324.0244.9
Hex57868E27602Cbd182d
Octal1272062164760542753055
Binary1010111100001101000111010011111001011001011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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