Html Css Color HEX #505563 Bright Grey

📋 copy color: '#505563'

red 80 ◦ green 85 ◦ blue 99

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

Shades of Bright Grey #505563

Tints of Bright Grey #505563

RGB

 RED value IS 80 (31.64% from 255) = 30.3%

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

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

R = 30.3%
G = 32.2%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#505563 (or 0x505563) is known color: Bright Grey. HEX triplet: 50, 55 and 63. RGB value is (80,85,99). Sum of RGB (Red+Green+Blue) = 80+85+99=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #505563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505563 is #AFAA9C. Grayscale: #555555. Windows color (decimal): -11512477 or 6509904. OLE color: 6509904.

HSL color Cylindrical-coordinate representation of color #505563: hue angle of 224.21º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #505563 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 85 99 -
CMYK 0.19 0.14 0 0.61
HSL 224.21º 0.11% 0.35% -
HSV(B) 224.21º 0.19% 0.39% -
XYZ 8.81 9.1 13.1 -
YUV 85.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 80 85 99 0.19 0.14 0 0.61 224.21 0.11 0.35
Hex 50 55 63 13 E 0 3D E0 B 23
Octal 120 125 143 23 16 0 75 340 13 43
Binary 1010000 1010101 1100011 10011 1110 0 111101 11100000 1011 100011

Color Harmonies of #505563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505563

Black with #505563

Text Example


Text Example

White with #505563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505563; }

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

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

background-color css

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

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

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

border-color css

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

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

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