#535476

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

Shades of Comet #535476

Tints of Comet #535476

Color information

#535476 (or 0x535476) is unknown color: approx Comet. HEX triplet: 53, 54 and 76. RGB value is (83,84,118). Sum of RGB (Red+Green+Blue) = 83+84+118=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #535476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535476 is #ACAB89. Grayscale: #575757. Windows color (decimal): -11316106 or 7754835. OLE color: 7754835.

HSL color Cylindrical-coordinate representation of color #535476: hue angle of 238.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535476 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8384118-
CMYK0.300.2900.54
HSL238.29º17.41%39.41%-
HSV(B)238.29º29.66%46.27%-
XYZ10.019.4918.44-
YUV87.58145.17124.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=29.12%
G=29.47%
B=41.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83841180.300.2900.54238.2917.4139.41
Hex5354761E1D036ee1127
Octal12312416636350663562147
Binary101001110101001110110111101110101101101110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535476; }

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

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

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

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

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

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

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

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