Html Css Color HEX #515C50 Nandor

📋 copy color: '#515C50'

red 81 ◦ green 92 ◦ blue 80

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

Shades of Nandor #515C50

Tints of Nandor #515C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 32.02%
G = 36.36%
B = 31.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#515C50 (or 0x515C50) is known color: Nandor. HEX triplet: 51, 5C and 50. RGB value is (81,92,80). Sum of RGB (Red+Green+Blue) = 81+92+80=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #515C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C50 is #AEA3AF. Grayscale: #575757. Windows color (decimal): -11445168 or 5266513. OLE color: 5266513.

HSL color Cylindrical-coordinate representation of color #515C50: hue angle of 115º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515C50 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 92 80 -
CMYK 0.12 0 0.13 0.64
HSL 115º 0.07% 0.34% -
HSV(B) 115º 0.13% 0.36% -
XYZ 8.67 9.98 9.06 -
YUV 87.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 81 92 80 0.12 0 0.13 0.64 115 0.07 0.34
Hex 51 5C 50 C 0 D 40 73 7 22
Octal 121 134 120 14 0 15 100 163 7 42
Binary 1010001 1011100 1010000 1100 0 1101 1000000 1110011 111 100010

Color Harmonies of #515C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C50

Black with #515C50

Text Example


Text Example

White with #515C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C50; }

 p { color: rgb(81,92,80); }

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

background-color css

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

 a { background-color: rgb(81,92,80); }

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

border-color css

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

 span { border-color: rgb(81,92,80); }

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