Html Css Color HEX #515560 Bright Grey

📋 copy color: '#515560'

red 81 ◦ green 85 ◦ blue 96

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

Shades of Bright Grey #515560

Tints of Bright Grey #515560

RGB

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

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

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

R = 30.92%
G = 32.44%
B = 36.64%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515560 (or 0x515560) is known color: Bright Grey. HEX triplet: 51, 55 and 60. RGB value is (81,85,96). Sum of RGB (Red+Green+Blue) = 81+85+96=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #515560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515560 is #AEAA9F. Grayscale: #555555. Windows color (decimal): -11446944 or 6313297. OLE color: 6313297.

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

Color convert

RGB 81 85 96 -
CMYK 0.16 0.11 0 0.62
HSL 224º 0.08% 0.35% -
HSV(B) 224º 0.16% 0.38% -
XYZ 8.75 9.09 12.36 -
YUV 85.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 81 85 96 0.16 0.11 0 0.62 224 0.08 0.35
Hex 51 55 60 10 B 0 3E E0 8 23
Octal 121 125 140 20 13 0 76 340 10 43
Binary 1010001 1010101 1100000 10000 1011 0 111110 11100000 1000 100011

Color Harmonies of #515560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515560

Black with #515560

Text Example


Text Example

White with #515560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515560; }

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

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

background-color css

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

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

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

border-color css

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

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

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