Html Css Color HEX #535763 Bright Grey

📋 copy color: '#535763'

red 83 ◦ green 87 ◦ blue 99

#535763
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #535763

Tints of Bright Grey #535763

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.8%

R = 30.86%
G = 32.34%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535763 (or 0x535763) is known color: 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

RGB 83 87 99 -
CMYK 0.16 0.12 0 0.61
HSL 225º 0.09% 0.36% -
HSV(B) 225º 0.16% 0.39% -
XYZ 9.23 9.56 13.16 -
YUV 87.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 83 87 99 0.16 0.12 0 0.61 225 0.09 0.36
Hex 53 57 63 10 C 0 3D E1 9 24
Octal 123 127 143 20 14 0 75 341 11 44
Binary 1010011 1010111 1100011 10000 1100 0 111101 11100001 1001 100100

Color Harmonies of #535763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535763

Black with #535763

Text Example


Text Example

White with #535763

Text Example


Text Example

HTML Codes & Css Web 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>