#535463

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

Shades of Bright Grey #535463

Tints of Bright Grey #535463

Color information

#535463 (or 0x535463) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 63. RGB value is (83,84,99). Sum of RGB (Red+Green+Blue) = 83+84+99=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #535463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535463 is #ACAB9C. Grayscale: #555555. Windows color (decimal): -11316125 or 6509651. OLE color: 6509651.

HSL color Cylindrical-coordinate representation of color #535463: hue angle of 236.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535463 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB838499-
CMYK0.160.1500.61
HSL236.25º8.79%35.69%-
HSV(B)236.25º16.16%38.82%-
XYZ8.999.0813.08-
YUV85.41135.67126.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=31.20%
G=31.58%
B=37.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8384990.160.1500.61236.258.7935.69
Hex53546310F03Dec924
Octal12312414320170753541144
Binary1010011101010011000111000011110111101111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535463; }

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

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

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

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

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

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

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

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