Html Css Color HEX #515861 Bright Grey

📋 copy color: '#515861'

red 81 ◦ green 88 ◦ blue 97

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

Shades of Bright Grey #515861

Tints of Bright Grey #515861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

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

R = 30.45%
G = 33.08%
B = 36.47%

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

#515861 (or 0x515861) is known color: Bright Grey. HEX triplet: 51, 58 and 61. RGB value is (81,88,97). Sum of RGB (Red+Green+Blue) = 81+88+97=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #515861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515861 is #AEA79E. Grayscale: #565656. Windows color (decimal): -11446175 or 6379601. OLE color: 6379601.

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

Color convert

RGB 81 88 97 -
CMYK 0.16 0.09 0 0.62
HSL 213.75º 0.09% 0.35% -
HSV(B) 213.75º 0.16% 0.38% -
XYZ 9.04 9.59 12.68 -
YUV 86.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 81 88 97 0.16 0.09 0 0.62 213.75 0.09 0.35
Hex 51 58 61 10 9 0 3E D6 9 23
Octal 121 130 141 20 11 0 76 326 11 43
Binary 1010001 1011000 1100001 10000 1001 0 111110 11010110 1001 100011

Color Harmonies of #515861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515861

Black with #515861

Text Example


Text Example

White with #515861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515861; }

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

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

background-color css

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

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

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

border-color css

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

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

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