#575884

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

Shades of Comet #575884

Tints of Comet #575884

Color information

#575884 (or 0x575884) is unknown color: approx Comet. HEX triplet: 57, 58 and 84. RGB value is (87,88,132). Sum of RGB (Red+Green+Blue) = 87+88+132=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #575884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575884 is #A8A77B. Grayscale: #5C5C5C. Windows color (decimal): -11052924 or 8673367. OLE color: 8673367.

HSL color Cylindrical-coordinate representation of color #575884: hue angle of 238.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575884 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8788132-
CMYK0.340.3300.48
HSL238.67º20.55%42.94%-
HSV(B)238.67º34.09%51.76%-
XYZ11.5910.6723.28-
YUV92.72150.17123.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=28.34%
G=28.66%
B=43.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87881320.340.3300.48238.6720.5542.94
Hex5758842221030ef152b
Octal12713020442410603572553
Binary101011110110001000010010001010000101100001110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575884; }

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

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

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

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

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

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

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

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