#575A73

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

Shades of Comet #575A73

Tints of Comet #575A73

Color information

#575A73 (or 0x575A73) is unknown color: approx Comet. HEX triplet: 57, 5A and 73. RGB value is (87,90,115). Sum of RGB (Red+Green+Blue) = 87+90+115=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #575A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A73 is #A8A58C. Grayscale: #5B5B5B. Windows color (decimal): -11052429 or 7559767. OLE color: 7559767.

HSL color Cylindrical-coordinate representation of color #575A73: hue angle of 233.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575A73 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8790115-
CMYK0.240.2200.55
HSL233.57º13.86%39.61%-
HSV(B)233.57º24.35%45.1%-
XYZ10.6810.5817.7-
YUV91.95141.01124.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=29.79%
G=30.82%
B=39.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87901150.240.2200.55233.5713.8639.61
Hex575A731816037eae28
Octal12713216330260673521650
Binary10101111011010111001111000101100110111111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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