#575882

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

Shades of Comet #575882

Tints of Comet #575882

Color information

#575882 (or 0x575882) is unknown color: approx Comet. HEX triplet: 57, 58 and 82. RGB value is (87,88,130). Sum of RGB (Red+Green+Blue) = 87+88+130=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #575882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575882 is #A8A77D. Grayscale: #5C5C5C. Windows color (decimal): -11052926 or 8542295. OLE color: 8542295.

HSL color Cylindrical-coordinate representation of color #575882: hue angle of 238.6º 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 #575882 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8788130-
CMYK0.330.3200.49
HSL238.6º19.82%42.55%-
HSV(B)238.6º33.08%50.98%-
XYZ11.4510.6222.57-
YUV92.49149.17124.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=28.52%
G=28.85%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87881300.330.3200.49238.619.8242.55
Hex5758822120031ef142b
Octal12713020241400613572453
Binary101011110110001000001010000110000001100011110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575882; }

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

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

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

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

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

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

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

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