Html Css Color HEX #535A63 Bright Grey

📋 copy color: '#535A63'

red 83 ◦ green 90 ◦ blue 99

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

Shades of Bright Grey #535A63

Tints of Bright Grey #535A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 30.51%
G = 33.09%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535A63 (or 0x535A63) is known color: Bright Grey. HEX triplet: 53, 5A and 63. RGB value is (83,90,99). Sum of RGB (Red+Green+Blue) = 83+90+99=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #535A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A63 is #ACA59C. Grayscale: #585858. Windows color (decimal): -11314589 or 6511187. OLE color: 6511187.

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

Color convert

RGB 83 90 99 -
CMYK 0.16 0.09 0 0.61
HSL 213.75º 0.09% 0.36% -
HSV(B) 213.75º 0.16% 0.39% -
XYZ 9.48 10.05 13.25 -
YUV 88.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 83 90 99 0.16 0.09 0 0.61 213.75 0.09 0.36
Hex 53 5A 63 10 9 0 3D D6 9 24
Octal 123 132 143 20 11 0 75 326 11 44
Binary 1010011 1011010 1100011 10000 1001 0 111101 11010110 1001 100100

Color Harmonies of #535A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A63

Black with #535A63

Text Example


Text Example

White with #535A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A63; }

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

 H1.HeaderClassName
 {
   color: #535A63;
 }
 .AnyTagClassName
 {
   color: #535A63;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #535A63;
 }
 .BgClassName
 {
   background-color: #535A63;
 }
</style>

border-color css

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

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

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