#575A82

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

Shades of Comet #575A82

Tints of Comet #575A82

Color information

#575A82 (or 0x575A82) is unknown color: approx Comet. HEX triplet: 57, 5A and 82. RGB value is (87,90,130). Sum of RGB (Red+Green+Blue) = 87+90+130=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #575A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A82 is #A8A57D. Grayscale: #5D5D5D. Windows color (decimal): -11052414 or 8542807. OLE color: 8542807.

HSL color Cylindrical-coordinate representation of color #575A82: hue angle of 235.81º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575A82 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8790130-
CMYK0.330.3100.49
HSL235.81º19.82%42.55%-
HSV(B)235.81º33.08%50.98%-
XYZ11.6210.9522.62-
YUV93.66148.51123.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=28.34%
G=29.32%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87901300.330.3100.49235.8119.8242.55
Hex575A82211F031ec142b
Octal12713220241370613542453
Binary10101111011010100000101000011111101100011110110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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