Html Css Color HEX #515760 Bright Grey

📋 copy color: '#515760'

red 81 ◦ green 87 ◦ blue 96

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

Shades of Bright Grey #515760

Tints of Bright Grey #515760

RGB

 RED value IS 81 (32.03% from 255) = 30.68%

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

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

R = 30.68%
G = 32.95%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515760 (or 0x515760) is known color: Bright Grey. HEX triplet: 51, 57 and 60. RGB value is (81,87,96). Sum of RGB (Red+Green+Blue) = 81+87+96=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #515760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515760 is #AEA89F. Grayscale: #565656. Windows color (decimal): -11446432 or 6313809. OLE color: 6313809.

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

Color convert

RGB 81 87 96 -
CMYK 0.16 0.09 0 0.62
HSL 216º 0.08% 0.35% -
HSV(B) 216º 0.16% 0.38% -
XYZ 8.91 9.41 12.41 -
YUV 86.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 81 87 96 0.16 0.09 0 0.62 216 0.08 0.35
Hex 51 57 60 10 9 0 3E D8 8 23
Octal 121 127 140 20 11 0 76 330 10 43
Binary 1010001 1010111 1100000 10000 1001 0 111110 11011000 1000 100011

Color Harmonies of #515760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515760

Black with #515760

Text Example


Text Example

White with #515760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515760; }

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

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

background-color css

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

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

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

border-color css

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

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

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