Html Css Color HEX #526053 Nandor

📋 copy color: '#526053'

red 82 ◦ green 96 ◦ blue 83

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

Shades of Nandor #526053

Tints of Nandor #526053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 31.42%
G = 36.78%
B = 31.8%

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

#526053 (or 0x526053) is known color: Nandor. HEX triplet: 52, 60 and 53. RGB value is (82,96,83). Sum of RGB (Red+Green+Blue) = 82+96+83=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #526053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526053 is #AD9FAC. Grayscale: #5A5A5A. Windows color (decimal): -11378605 or 5464146. OLE color: 5464146.

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

Color convert

RGB 82 96 83 -
CMYK 0.15 0 0.14 0.62
HSL 124.29º 0.08% 0.35% -
HSV(B) 124.29º 0.15% 0.38% -
XYZ 9.22 10.78 9.78 -
YUV 90.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 82 96 83 0.15 0 0.14 0.62 124.29 0.08 0.35
Hex 52 60 53 F 0 E 3E 7C 8 23
Octal 122 140 123 17 0 16 76 174 10 43
Binary 1010010 1100000 1010011 1111 0 1110 111110 1111100 1000 100011

Color Harmonies of #526053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526053

Black with #526053

Text Example


Text Example

White with #526053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526053; }

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

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

background-color css

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

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

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

border-color css

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

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

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