Html Css Color HEX #526351 Nandor

📋 copy color: '#526351'

red 82 ◦ green 99 ◦ blue 81

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

Shades of Nandor #526351

Tints of Nandor #526351

RGB

 RED value IS 82 (32.42% from 255) = 31.3%

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 31.3%
G = 37.79%
B = 30.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#526351 (or 0x526351) is known color: Nandor. HEX triplet: 52, 63 and 51. RGB value is (82,99,81). Sum of RGB (Red+Green+Blue) = 82+99+81=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #526351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526351 is #AD9CAE. Grayscale: #5B5B5B. Windows color (decimal): -11377839 or 5333842. OLE color: 5333842.

HSL color Cylindrical-coordinate representation of color #526351: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526351 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 81 -
CMYK 0.17 0 0.18 0.61
HSL 116.67º 0.1% 0.35% -
HSV(B) 116.67º 0.18% 0.39% -
XYZ 9.43 11.31 9.47 -
YUV 91.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 82 99 81 0.17 0 0.18 0.61 116.67 0.1 0.35
Hex 52 63 51 11 0 12 3D 75 A 23
Octal 122 143 121 21 0 22 75 165 12 43
Binary 1010010 1100011 1010001 10001 0 10010 111101 1110101 1010 100011

Color Harmonies of #526351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526351

Black with #526351

Text Example


Text Example

White with #526351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526351; }

 p { color: rgb(82,99,81); }

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

background-color css

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

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

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

border-color css

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

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

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