Html Css Color HEX #515461 Bright Grey

📋 copy color: '#515461'

red 81 ◦ green 84 ◦ blue 97

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

Shades of Bright Grey #515461

Tints of Bright Grey #515461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

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

R = 30.92%
G = 32.06%
B = 37.02%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515461 (or 0x515461) is known color: Bright Grey. HEX triplet: 51, 54 and 61. RGB value is (81,84,97). Sum of RGB (Red+Green+Blue) = 81+84+97=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #515461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515461 is #AEAB9E. Grayscale: #545454. Windows color (decimal): -11447199 or 6378577. OLE color: 6378577.

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

Color convert

RGB 81 84 97 -
CMYK 0.16 0.13 0 0.62
HSL 228.75º 0.09% 0.35% -
HSV(B) 228.75º 0.16% 0.38% -
XYZ 8.72 8.95 12.58 -
YUV 84.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 81 84 97 0.16 0.13 0 0.62 228.75 0.09 0.35
Hex 51 54 61 10 D 0 3E E5 9 23
Octal 121 124 141 20 15 0 76 345 11 43
Binary 1010001 1010100 1100001 10000 1101 0 111110 11100101 1001 100011

Color Harmonies of #515461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515461

Black with #515461

Text Example


Text Example

White with #515461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515461; }

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

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

background-color css

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

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

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

border-color css

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

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

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