Html Css Color HEX #515860 Bright Grey

📋 copy color: '#515860'

red 81 ◦ green 88 ◦ blue 96

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

Shades of Bright Grey #515860

Tints of Bright Grey #515860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 30.57%
G = 33.21%
B = 36.23%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515860 (or 0x515860) is known color: Bright Grey. HEX triplet: 51, 58 and 60. RGB value is (81,88,96). Sum of RGB (Red+Green+Blue) = 81+88+96=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #515860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515860 is #AEA79F. Grayscale: #565656. Windows color (decimal): -11446176 or 6314065. OLE color: 6314065.

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

Color convert

RGB 81 88 96 -
CMYK 0.16 0.08 0 0.62
HSL 212º 0.08% 0.35% -
HSV(B) 212º 0.16% 0.38% -
XYZ 8.99 9.57 12.44 -
YUV 86.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 81 88 96 0.16 0.08 0 0.62 212 0.08 0.35
Hex 51 58 60 10 8 0 3E D4 8 23
Octal 121 130 140 20 10 0 76 324 10 43
Binary 1010001 1011000 1100000 10000 1000 0 111110 11010100 1000 100011

Color Harmonies of #515860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515860

Black with #515860

Text Example


Text Example

White with #515860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515860; }

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

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

background-color css

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

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

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

border-color css

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

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

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