Html Css Color HEX #535463 Bright Grey

📋 copy color: '#535463'

red 83 ◦ green 84 ◦ blue 99

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

Shades of Bright Grey #535463

Tints of Bright Grey #535463

RGB

 RED value IS 83 (32.81% from 255) = 31.2%

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 31.2%
G = 31.58%
B = 37.22%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 83 84 99 -
CMYK 0.16 0.15 0 0.61
HSL 236.25º 0.09% 0.36% -
HSV(B) 236.25º 0.16% 0.39% -
XYZ 8.99 9.08 13.08 -
YUV 85.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 83 84 99 0.16 0.15 0 0.61 236.25 0.09 0.36
Hex 53 54 63 10 F 0 3D EC 9 24
Octal 123 124 143 20 17 0 75 354 11 44
Binary 1010011 1010100 1100011 10000 1111 0 111101 11101100 1001 100100

Color Harmonies of #535463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535463

Black with #535463

Text Example


Text Example

White with #535463

Text Example


Text Example

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