#575E7C

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

Shades of Comet #575E7C

Tints of Comet #575E7C

Color information

#575E7C (or 0x575E7C) is unknown color: approx Comet. HEX triplet: 57, 5E and 7C. RGB value is (87,94,124). Sum of RGB (Red+Green+Blue) = 87+94+124=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #575E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E7C is #A8A183. Grayscale: #5F5F5F. Windows color (decimal): -11051396 or 8150615. OLE color: 8150615.

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

Color convert

RGB8794124-
CMYK0.300.2400.51
HSL228.65º17.54%41.37%-
HSV(B)228.65º29.84%48.63%-
XYZ11.5711.4920.68-
YUV95.33144.18122.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=28.52%
G=30.82%
B=40.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87941240.300.2400.51228.6517.5441.37
Hex575E7C1E18033e51229
Octal12713617436300633452251
Binary101011110111101111100111101100001100111110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E7C; }

 p { color: rgb(87,94,124); }

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

<style>
 a { background-color: #575E7C; }

 a { background-color: rgb(87,94,124); }

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

<style>
 span { border-color: #575E7C; }

 span { border-color: rgb(87,94,124); }

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