Html Css Color HEX #515561 Bright Grey

📋 copy color: '#515561'

red 81 ◦ green 85 ◦ blue 97

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

Shades of Bright Grey #515561

Tints of Bright Grey #515561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 30.8%
G = 32.32%
B = 36.88%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515561 (or 0x515561) is known color: Bright Grey. HEX triplet: 51, 55 and 61. RGB value is (81,85,97). Sum of RGB (Red+Green+Blue) = 81+85+97=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #515561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515561 is #AEAA9E. Grayscale: #555555. Windows color (decimal): -11446943 or 6378833. OLE color: 6378833.

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

Color convert

RGB 81 85 97 -
CMYK 0.16 0.12 0 0.62
HSL 225º 0.09% 0.35% -
HSV(B) 225º 0.16% 0.38% -
XYZ 8.8 9.11 12.6 -
YUV 85.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 81 85 97 0.16 0.12 0 0.62 225 0.09 0.35
Hex 51 55 61 10 C 0 3E E1 9 23
Octal 121 125 141 20 14 0 76 341 11 43
Binary 1010001 1010101 1100001 10000 1100 0 111110 11100001 1001 100011

Color Harmonies of #515561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515561

Black with #515561

Text Example


Text Example

White with #515561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515561; }

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

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

background-color css

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

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

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

border-color css

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

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

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