#535763

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

Shades of Bright Grey #535763

Tints of Bright Grey #535763

Color information

#535763 (or 0x535763) is unknown color: approx Bright Grey. HEX triplet: 53, 57 and 63. RGB value is (83,87,99). Sum of RGB (Red+Green+Blue) = 83+87+99=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #535763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535763 is #ACA89C. Grayscale: #575757. Windows color (decimal): -11315357 or 6510419. OLE color: 6510419.

HSL color Cylindrical-coordinate representation of color #535763: hue angle of 225º 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 #535763 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB838799-
CMYK0.160.1200.61
HSL225º8.79%35.69%-
HSV(B)225º16.16%38.82%-
XYZ9.239.5613.16-
YUV87.17134.67125.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=30.86%
G=32.34%
B=36.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8387990.160.1200.612258.7935.69
Hex53576310C03De1924
Octal12312714320140753411144
Binary1010011101011111000111000011000111101111000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535763; }

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

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

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

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

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

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

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

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