#535579

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

Shades of Comet #535579

Tints of Comet #535579

Color information

#535579 (or 0x535579) is unknown color: approx Comet. HEX triplet: 53, 55 and 79. RGB value is (83,85,121). Sum of RGB (Red+Green+Blue) = 83+85+121=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #535579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535579 is #ACAA86. Grayscale: #585858. Windows color (decimal): -11315847 or 7951699. OLE color: 7951699.

HSL color Cylindrical-coordinate representation of color #535579: hue angle of 236.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535579 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8385121-
CMYK0.310.3000.53
HSL236.84º18.63%40%-
HSV(B)236.84º31.4%47.45%-
XYZ10.279.7219.42-
YUV88.51146.34124.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=28.72%
G=29.41%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83851210.310.3000.53236.8418.6340
Hex5355791F1E035ed1328
Octal12312517137360653552350
Binary101001110101011111001111111111001101011110110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535579; }

 p { color: rgb(83,85,121); }

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

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

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

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

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

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

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