#535780

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

Shades of Comet #535780

Tints of Comet #535780

Color information

#535780 (or 0x535780) is unknown color: approx Comet. HEX triplet: 53, 57 and 80. RGB value is (83,87,128). Sum of RGB (Red+Green+Blue) = 83+87+128=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #535780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535780 is #ACA87F. Grayscale: #5A5A5A. Windows color (decimal): -11315328 or 8410963. OLE color: 8410963.

HSL color Cylindrical-coordinate representation of color #535780: hue angle of 234.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535780 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8387128-
CMYK0.350.3200.50
HSL234.67º21.33%41.37%-
HSV(B)234.67º35.16%50.2%-
XYZ10.8710.2121.82-
YUV90.48149.17122.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=27.85%
G=29.19%
B=42.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83871280.350.3200.50234.6721.3341.37
Hex5357802320032eb1529
Octal12312720043400623532551
Binary101001110101111000000010001110000001100101110101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535780; }

 p { color: rgb(83,87,128); }

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

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

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

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

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

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

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