Html Css Color HEX #505963 Bright Grey

📋 copy color: '#505963'

red 80 ◦ green 89 ◦ blue 99

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

Shades of Bright Grey #505963

Tints of Bright Grey #505963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

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

R = 29.85%
G = 33.21%
B = 36.94%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#505963 (or 0x505963) is known color: Bright Grey. HEX triplet: 50, 59 and 63. RGB value is (80,89,99). Sum of RGB (Red+Green+Blue) = 80+89+99=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #505963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505963 is #AFA69C. Grayscale: #575757. Windows color (decimal): -11511453 or 6510928. OLE color: 6510928.

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

Color convert

RGB 80 89 99 -
CMYK 0.19 0.10 0 0.61
HSL 211.58º 0.11% 0.35% -
HSV(B) 211.58º 0.19% 0.39% -
XYZ 9.13 9.75 13.21 -
YUV 87.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 80 89 99 0.19 0.10 0 0.61 211.58 0.11 0.35
Hex 50 59 63 13 A 0 3D D4 B 23
Octal 120 131 143 23 12 0 75 324 13 43
Binary 1010000 1011001 1100011 10011 1010 0 111101 11010100 1011 100011

Color Harmonies of #505963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505963

Black with #505963

Text Example


Text Example

White with #505963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505963; }

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

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

background-color css

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

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

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

border-color css

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

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

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