#575779

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

Shades of Comet #575779

Tints of Comet #575779

Color information

#575779 (or 0x575779) is unknown color: approx Comet. HEX triplet: 57, 57 and 79. RGB value is (87,87,121). Sum of RGB (Red+Green+Blue) = 87+87+121=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #575779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575779 is #A8A886. Grayscale: #5A5A5A. Windows color (decimal): -11053191 or 7952215. OLE color: 7952215.

HSL color Cylindrical-coordinate representation of color #575779: hue angle of 240º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575779 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8787121-
CMYK0.280.2800.53
HSL240º16.35%40.78%-
HSV(B)240º28.1%47.45%-
XYZ10.7910.2219.49-
YUV90.88145125.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=29.49%
G=29.49%
B=41.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87871210.280.2800.5324016.3540.78
Hex5757791C1C035f01029
Octal12712717134340653602051
Binary101011110101111111001111001110001101011111000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575779; }

 p { color: rgb(87,87,121); }

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

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

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

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

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

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

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