Html Css Color HEX #515361 Bright Grey

📋 copy color: '#515361'

red 81 ◦ green 83 ◦ blue 97

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

Shades of Bright Grey #515361

Tints of Bright Grey #515361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 31.03%
G = 31.8%
B = 37.16%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515361 (or 0x515361) is known color: Bright Grey. HEX triplet: 51, 53 and 61. RGB value is (81,83,97). Sum of RGB (Red+Green+Blue) = 81+83+97=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #515361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515361 is #AEAC9E. Grayscale: #535353. Windows color (decimal): -11447455 or 6378321. OLE color: 6378321.

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

Color convert

RGB 81 83 97 -
CMYK 0.16 0.14 0 0.62
HSL 232.5º 0.09% 0.35% -
HSV(B) 232.5º 0.16% 0.38% -
XYZ 8.64 8.8 12.55 -
YUV 84 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 81 83 97 0.16 0.14 0 0.62 232.5 0.09 0.35
Hex 51 53 61 10 E 0 3E E8 9 23
Octal 121 123 141 20 16 0 76 350 11 43
Binary 1010001 1010011 1100001 10000 1110 0 111110 11101000 1001 100011

Color Harmonies of #515361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515361

Black with #515361

Text Example


Text Example

White with #515361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515361; }

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

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

background-color css

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

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

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

border-color css

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

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

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