Html Css Color HEX #515351 Nandor

📋 copy color: '#515351'

red 81 ◦ green 83 ◦ blue 81

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

Shades of Nandor #515351

Tints of Nandor #515351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 33.06%
G = 33.88%
B = 33.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#515351 (or 0x515351) is known color: Nandor. HEX triplet: 51, 53 and 51. RGB value is (81,83,81). Sum of RGB (Red+Green+Blue) = 81+83+81=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 83 - color contains mainly: green. Hex color #515351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515351 is #AEACAE. Grayscale: #525252. Windows color (decimal): -11447471 or 5329745. OLE color: 5329745.

HSL color Cylindrical-coordinate representation of color #515351: hue angle of 120º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515351 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 81 -
CMYK 0.02 0 0.02 0.67
HSL 120º 0.01% 0.32% -
HSV(B) 120º 0.02% 0.33% -
XYZ 7.97 8.53 9.01 -
YUV 82.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 81 83 81 0.02 0 0.02 0.67 120 0.01 0.32
Hex 51 53 51 2 0 2 43 78 1 20
Octal 121 123 121 2 0 2 103 170 1 40
Binary 1010001 1010011 1010001 10 0 10 1000011 1111000 1 100000

Color Harmonies of #515351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515351

Black with #515351

Text Example


Text Example

White with #515351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515351; }

 p { color: rgb(81,83,81); }

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

background-color css

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

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

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

border-color css

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

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

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