#57567F

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

Shades of Comet #57567F

Tints of Comet #57567F

Color information

#57567F (or 0x57567F) is unknown color: approx Comet. HEX triplet: 57, 56 and 7F. RGB value is (87,86,127). Sum of RGB (Red+Green+Blue) = 87+86+127=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #57567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57567F is #A8A980. Grayscale: #5A5A5A. Windows color (decimal): -11053441 or 8345175. OLE color: 8345175.

HSL color Cylindrical-coordinate representation of color #57567F: hue angle of 241.46º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57567F is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8786127-
CMYK0.310.3200.50
HSL241.46º19.25%41.76%-
HSV(B)241.46º32.28%49.8%-
XYZ11.0910.2121.47-
YUV90.97148.33125.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 127 (50% from 255) = 42.33%
R=29%
G=28.67%
B=42.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87861270.310.3200.50241.4619.2541.76
Hex57567F1F20032f1132a
Octal12712617737400623612352
Binary1010111101011011111111111110000001100101111000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,86,127); }

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

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

 a { background-color: rgb(87,86,127); }

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

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

 span { border-color: rgb(87,86,127); }

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