Html Css Color HEX #526950 Nandor

📋 copy color: '#526950'

red 82 ◦ green 105 ◦ blue 80

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

Shades of Nandor #526950

Tints of Nandor #526950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

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

R = 30.71%
G = 39.33%
B = 29.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#526950 (or 0x526950) is known color: Nandor. HEX triplet: 52, 69 and 50. RGB value is (82,105,80). Sum of RGB (Red+Green+Blue) = 82+105+80=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #526950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526950 is #AD96AF. Grayscale: #5F5F5F. Windows color (decimal): -11376304 or 5269842. OLE color: 5269842.

HSL color Cylindrical-coordinate representation of color #526950: hue angle of 115.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526950 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 80 -
CMYK 0.22 0 0.24 0.59
HSL 115.2º 0.14% 0.36% -
HSV(B) 115.2º 0.24% 0.41% -
XYZ 9.98 12.48 9.47 -
YUV 95.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 82 105 80 0.22 0 0.24 0.59 115.2 0.14 0.36
Hex 52 69 50 16 0 18 3B 73 E 24
Octal 122 151 120 26 0 30 73 163 16 44
Binary 1010010 1101001 1010000 10110 0 11000 111011 1110011 1110 100100

Color Harmonies of #526950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526950

Black with #526950

Text Example


Text Example

White with #526950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526950; }

 p { color: rgb(82,105,80); }

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

background-color css

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

 a { background-color: rgb(82,105,80); }

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

border-color css

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

 span { border-color: rgb(82,105,80); }

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