#535479

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

Shades of Comet #535479

Tints of Comet #535479

Color information

#535479 (or 0x535479) is unknown color: approx Comet. HEX triplet: 53, 54 and 79. RGB value is (83,84,121). Sum of RGB (Red+Green+Blue) = 83+84+121=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #535479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535479 is #ACAB86. Grayscale: #575757. Windows color (decimal): -11316103 or 7951443. OLE color: 7951443.

HSL color Cylindrical-coordinate representation of color #535479: hue angle of 238.42º 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 #535479 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8384121-
CMYK0.310.3100.53
HSL238.42º18.63%40%-
HSV(B)238.42º31.4%47.45%-
XYZ10.199.5619.4-
YUV87.92146.67124.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=28.82%
G=29.17%
B=42.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83841210.310.3100.53238.4218.6340
Hex5354791F1F035ee1328
Octal12312417137370653562350
Binary101001110101001111001111111111101101011110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535479; }

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

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

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

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

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

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

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

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