Html Css Color HEX #526953 Nandor

📋 copy color: '#526953'

red 82 ◦ green 105 ◦ blue 83

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

Shades of Nandor #526953

Tints of Nandor #526953

RGB

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

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

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

R = 30.37%
G = 38.89%
B = 30.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#526953 (or 0x526953) is known color: Nandor. HEX triplet: 52, 69 and 53. RGB value is (82,105,83). Sum of RGB (Red+Green+Blue) = 82+105+83=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #526953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526953 is #AD96AC. Grayscale: #5F5F5F. Windows color (decimal): -11376301 or 5466450. OLE color: 5466450.

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

Color convert

RGB 82 105 83 -
CMYK 0.22 0 0.21 0.59
HSL 122.61º 0.12% 0.37% -
HSV(B) 122.61º 0.22% 0.41% -
XYZ 10.09 12.52 10.07 -
YUV 95.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 82 105 83 0.22 0 0.21 0.59 122.61 0.12 0.37
Hex 52 69 53 16 0 15 3B 7B C 25
Octal 122 151 123 26 0 25 73 173 14 45
Binary 1010010 1101001 1010011 10110 0 10101 111011 1111011 1100 100101

Color Harmonies of #526953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526953

Black with #526953

Text Example


Text Example

White with #526953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526953; }

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

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

background-color css

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

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

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

border-color css

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

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

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