#535863

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

Shades of Bright Grey #535863

Tints of Bright Grey #535863

Color information

#535863 (or 0x535863) is unknown color: approx Bright Grey. HEX triplet: 53, 58 and 63. RGB value is (83,88,99). Sum of RGB (Red+Green+Blue) = 83+88+99=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #535863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535863 is #ACA79C. Grayscale: #575757. Windows color (decimal): -11315101 or 6510675. OLE color: 6510675.

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

Color convert

RGB838899-
CMYK0.160.1100.61
HSL221.25º8.79%35.69%-
HSV(B)221.25º16.16%38.82%-
XYZ9.319.7213.19-
YUV87.76134.34124.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=30.74%
G=32.59%
B=36.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8388990.160.1100.61221.258.7935.69
Hex53586310B03Ddd924
Octal12313014320130753351144
Binary1010011101100011000111000010110111101110111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535863; }

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

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

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

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

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

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

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

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