Html Css Color HEX #526252 Nandor

📋 copy color: '#526252'

red 82 ◦ green 98 ◦ blue 82

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

Shades of Nandor #526252

Tints of Nandor #526252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

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

R = 31.3%
G = 37.4%
B = 31.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#526252 (or 0x526252) is known color: Nandor. HEX triplet: 52, 62 and 52. RGB value is (82,98,82). Sum of RGB (Red+Green+Blue) = 82+98+82=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #526252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526252 is #AD9DAD. Grayscale: #5B5B5B. Windows color (decimal): -11378094 or 5399122. OLE color: 5399122.

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

Color convert

RGB 82 98 82 -
CMYK 0.16 0 0.16 0.62
HSL 120º 0.09% 0.35% -
HSV(B) 120º 0.16% 0.38% -
XYZ 9.37 11.14 9.64 -
YUV 91.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 82 98 82 0.16 0 0.16 0.62 120 0.09 0.35
Hex 52 62 52 10 0 10 3E 78 9 23
Octal 122 142 122 20 0 20 76 170 11 43
Binary 1010010 1100010 1010010 10000 0 10000 111110 1111000 1001 100011

Color Harmonies of #526252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526252

Black with #526252

Text Example


Text Example

White with #526252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526252; }

 p { color: rgb(82,98,82); }

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

background-color css

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

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

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

border-color css

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

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

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