#57567D

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

Shades of Comet #57567D

Tints of Comet #57567D

Color information

#57567D (or 0x57567D) is unknown color: approx Comet. HEX triplet: 57, 56 and 7D. RGB value is (87,86,125). Sum of RGB (Red+Green+Blue) = 87+86+125=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #57567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57567D is #A8A982. Grayscale: #5A5A5A. Windows color (decimal): -11053443 or 8214103. OLE color: 8214103.

HSL color Cylindrical-coordinate representation of color #57567D: hue angle of 241.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57567D is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8786125-
CMYK0.300.3100.51
HSL241.54º18.48%41.37%-
HSV(B)241.54º31.2%49.02%-
XYZ10.9610.1620.79-
YUV90.74147.33125.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=29.19%
G=28.86%
B=41.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87861250.300.3100.51241.5418.4841.37
Hex57567D1E1F033f21229
Octal12712617536370633622251
Binary101011110101101111101111101111101100111111001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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