Html Css Color HEX #515666 Bright Grey

📋 copy color: '#515666'

red 81 ◦ green 86 ◦ blue 102

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

Shades of Bright Grey #515666

Tints of Bright Grey #515666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 30.11%
G = 31.97%
B = 37.92%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#515666 (or 0x515666) is known color: Bright Grey. HEX triplet: 51, 56 and 66. RGB value is (81,86,102). Sum of RGB (Red+Green+Blue) = 81+86+102=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #515666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515666 is #AEA999. Grayscale: #565656. Windows color (decimal): -11446682 or 6706769. OLE color: 6706769.

HSL color Cylindrical-coordinate representation of color #515666: hue angle of 225.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515666 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 86 102 -
CMYK 0.21 0.16 0 0.6
HSL 225.71º 0.11% 0.36% -
HSV(B) 225.71º 0.21% 0.4% -
XYZ 9.12 9.36 13.9 -
YUV 86.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 81 86 102 0.21 0.16 0 0.6 225.71 0.11 0.36
Hex 51 56 66 15 10 0 3C E2 B 24
Octal 121 126 146 25 20 0 74 342 13 44
Binary 1010001 1010110 1100110 10101 10000 0 111100 11100010 1011 100100

Color Harmonies of #515666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515666

Black with #515666

Text Example


Text Example

White with #515666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515666; }

 p { color: rgb(81,86,102); }

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

background-color css

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

 a { background-color: rgb(81,86,102); }

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

border-color css

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

 span { border-color: rgb(81,86,102); }

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