Html Css Color HEX #505661 Bright Grey

📋 copy color: '#505661'

red 80 ◦ green 86 ◦ blue 97

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

Shades of Bright Grey #505661

Tints of Bright Grey #505661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 30.42%
G = 32.7%
B = 36.88%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505661 (or 0x505661) is known color: Bright Grey. HEX triplet: 50, 56 and 61. RGB value is (80,86,97). Sum of RGB (Red+Green+Blue) = 80+86+97=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #505661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505661 is #AFA99E. Grayscale: #555555. Windows color (decimal): -11512223 or 6379088. OLE color: 6379088.

HSL color Cylindrical-coordinate representation of color #505661: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505661 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 86 97 -
CMYK 0.18 0.11 0 0.62
HSL 218.82º 0.1% 0.35% -
HSV(B) 218.82º 0.18% 0.38% -
XYZ 8.79 9.22 12.63 -
YUV 85.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 80 86 97 0.18 0.11 0 0.62 218.82 0.1 0.35
Hex 50 56 61 12 B 0 3E DB A 23
Octal 120 126 141 22 13 0 76 333 12 43
Binary 1010000 1010110 1100001 10010 1011 0 111110 11011011 1010 100011

Color Harmonies of #505661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505661

Black with #505661

Text Example


Text Example

White with #505661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505661; }

 p { color: rgb(80,86,97); }

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

background-color css

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

 a { background-color: rgb(80,86,97); }

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

border-color css

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

 span { border-color: rgb(80,86,97); }

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