Html Css Color HEX #515761 Bright Grey

📋 copy color: '#515761'

red 81 ◦ green 87 ◦ blue 97

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

Shades of Bright Grey #515761

Tints of Bright Grey #515761

RGB

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

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

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

R = 30.57%
G = 32.83%
B = 36.6%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515761 (or 0x515761) is known color: Bright Grey. HEX triplet: 51, 57 and 61. RGB value is (81,87,97). Sum of RGB (Red+Green+Blue) = 81+87+97=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #515761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515761 is #AEA89E. Grayscale: #565656. Windows color (decimal): -11446431 or 6379345. OLE color: 6379345.

HSL color Cylindrical-coordinate representation of color #515761: hue angle of 217.5º degrees, saturation: 0.09, 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 #515761 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 87 97 -
CMYK 0.16 0.10 0 0.62
HSL 217.5º 0.09% 0.35% -
HSV(B) 217.5º 0.16% 0.38% -
XYZ 8.96 9.43 12.66 -
YUV 86.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 81 87 97 0.16 0.10 0 0.62 217.5 0.09 0.35
Hex 51 57 61 10 A 0 3E DA 9 23
Octal 121 127 141 20 12 0 76 332 11 43
Binary 1010001 1010111 1100001 10000 1010 0 111110 11011010 1001 100011

Color Harmonies of #515761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515761

Black with #515761

Text Example


Text Example

White with #515761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515761; }

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

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

background-color css

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

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

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

border-color css

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

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

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