#535676

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

Shades of Comet #535676

Tints of Comet #535676

Color information

#535676 (or 0x535676) is unknown color: approx Comet. HEX triplet: 53, 56 and 76. RGB value is (83,86,118). Sum of RGB (Red+Green+Blue) = 83+86+118=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #535676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535676 is #ACA989. Grayscale: #585858. Windows color (decimal): -11315594 or 7755347. OLE color: 7755347.

HSL color Cylindrical-coordinate representation of color #535676: hue angle of 234.86º 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 #535676 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8386118-
CMYK0.300.2700.54
HSL234.86º17.41%39.41%-
HSV(B)234.86º29.66%46.27%-
XYZ10.179.818.5-
YUV88.75144.51123.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=28.92%
G=29.97%
B=41.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83861180.300.2700.54234.8617.4139.41
Hex5356761E1B036eb1127
Octal12312616636330663532147
Binary101001110101101110110111101101101101101110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535676; }

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

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

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

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

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

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

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

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