Html Css Color HEX #505760 Bright Grey

📋 copy color: '#505760'

red 80 ◦ green 87 ◦ blue 96

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

Shades of Bright Grey #505760

Tints of Bright Grey #505760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 30.42%
G = 33.08%
B = 36.5%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505760 (or 0x505760) is known color: Bright Grey. HEX triplet: 50, 57 and 60. RGB value is (80,87,96). Sum of RGB (Red+Green+Blue) = 80+87+96=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #505760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505760 is #AFA89F. Grayscale: #555555. Windows color (decimal): -11511968 or 6313808. OLE color: 6313808.

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

Color convert

RGB 80 87 96 -
CMYK 0.17 0.09 0 0.62
HSL 213.75º 0.09% 0.35% -
HSV(B) 213.75º 0.17% 0.38% -
XYZ 8.83 9.37 12.41 -
YUV 85.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 80 87 96 0.17 0.09 0 0.62 213.75 0.09 0.35
Hex 50 57 60 11 9 0 3E D6 9 23
Octal 120 127 140 21 11 0 76 326 11 43
Binary 1010000 1010111 1100000 10001 1001 0 111110 11010110 1001 100011

Color Harmonies of #505760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505760

Black with #505760

Text Example


Text Example

White with #505760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505760; }

 p { color: rgb(80,87,96); }

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

background-color css

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

 a { background-color: rgb(80,87,96); }

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

border-color css

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

 span { border-color: rgb(80,87,96); }

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