Html Css Color HEX #526253 Nandor

📋 copy color: '#526253'

red 82 ◦ green 98 ◦ blue 83

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

Shades of Nandor #526253

Tints of Nandor #526253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 31.18%
G = 37.26%
B = 31.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#526253 (or 0x526253) is known color: Nandor. HEX triplet: 52, 62 and 53. RGB value is (82,98,83). Sum of RGB (Red+Green+Blue) = 82+98+83=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #526253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526253 is #AD9DAC. Grayscale: #5B5B5B. Windows color (decimal): -11378093 or 5464658. OLE color: 5464658.

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

Color convert

RGB 82 98 83 -
CMYK 0.16 0 0.15 0.62
HSL 123.75º 0.09% 0.35% -
HSV(B) 123.75º 0.16% 0.38% -
XYZ 9.41 11.15 9.84 -
YUV 91.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 82 98 83 0.16 0 0.15 0.62 123.75 0.09 0.35
Hex 52 62 53 10 0 F 3E 7C 9 23
Octal 122 142 123 20 0 17 76 174 11 43
Binary 1010010 1100010 1010011 10000 0 1111 111110 1111100 1001 100011

Color Harmonies of #526253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526253

Black with #526253

Text Example


Text Example

White with #526253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526253; }

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

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

background-color css

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

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

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

border-color css

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

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

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