Html Css Color HEX #526153 Nandor

📋 copy color: '#526153'

red 82 ◦ green 97 ◦ blue 83

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

Shades of Nandor #526153

Tints of Nandor #526153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

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

R = 31.3%
G = 37.02%
B = 31.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#526153 (or 0x526153) is known color: Nandor. HEX triplet: 52, 61 and 53. RGB value is (82,97,83). Sum of RGB (Red+Green+Blue) = 82+97+83=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #526153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526153 is #AD9EAC. Grayscale: #5A5A5A. Windows color (decimal): -11378349 or 5464402. OLE color: 5464402.

HSL color Cylindrical-coordinate representation of color #526153: hue angle of 124º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526153 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 83 -
CMYK 0.15 0 0.14 0.62
HSL 124º 0.08% 0.35% -
HSV(B) 124º 0.15% 0.38% -
XYZ 9.32 10.97 9.81 -
YUV 90.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 82 97 83 0.15 0 0.14 0.62 124 0.08 0.35
Hex 52 61 53 F 0 E 3E 7C 8 23
Octal 122 141 123 17 0 16 76 174 10 43
Binary 1010010 1100001 1010011 1111 0 1110 111110 1111100 1000 100011

Color Harmonies of #526153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526153

Black with #526153

Text Example


Text Example

White with #526153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526153; }

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

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

background-color css

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

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

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

border-color css

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

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

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