#575A76

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

Shades of Comet #575A76

Tints of Comet #575A76

Color information

#575A76 (or 0x575A76) is unknown color: approx Comet. HEX triplet: 57, 5A and 76. RGB value is (87,90,118). Sum of RGB (Red+Green+Blue) = 87+90+118=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #575A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A76 is #A8A589. Grayscale: #5C5C5C. Windows color (decimal): -11052426 or 7756375. OLE color: 7756375.

HSL color Cylindrical-coordinate representation of color #575A76: hue angle of 234.19º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575A76 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8790118-
CMYK0.260.2400.54
HSL234.19º15.12%40.2%-
HSV(B)234.19º26.27%46.27%-
XYZ10.8610.6518.62-
YUV92.29142.51124.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 118 (46.48% from 255) = 40%
R=29.49%
G=30.51%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87901180.260.2400.54234.1915.1240.2
Hex575A761A18036eaf28
Octal12713216632300663521750
Binary10101111011010111011011010110000110110111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,90,118); }

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

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

 a { background-color: rgb(87,90,118); }

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

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

 span { border-color: rgb(87,90,118); }

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