Html Css Color HEX #535563 Bright Grey

📋 copy color: '#535563'

red 83 ◦ green 85 ◦ blue 99

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

Shades of Bright Grey #535563

Tints of Bright Grey #535563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

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

R = 31.09%
G = 31.84%
B = 37.08%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535563 (or 0x535563) is known color: Bright Grey. HEX triplet: 53, 55 and 63. RGB value is (83,85,99). Sum of RGB (Red+Green+Blue) = 83+85+99=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #535563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535563 is #ACAA9C. Grayscale: #555555. Windows color (decimal): -11315869 or 6509907. OLE color: 6509907.

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

Color convert

RGB 83 85 99 -
CMYK 0.16 0.14 0 0.61
HSL 232.5º 0.09% 0.36% -
HSV(B) 232.5º 0.16% 0.39% -
XYZ 9.07 9.24 13.11 -
YUV 86 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 83 85 99 0.16 0.14 0 0.61 232.5 0.09 0.36
Hex 53 55 63 10 E 0 3D E8 9 24
Octal 123 125 143 20 16 0 75 350 11 44
Binary 1010011 1010101 1100011 10000 1110 0 111101 11101000 1001 100100

Color Harmonies of #535563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535563

Black with #535563

Text Example


Text Example

White with #535563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535563; }

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

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

background-color css

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

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

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

border-color css

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

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

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