Html Css Color HEX #526852 Nandor

📋 copy color: '#526852'

red 82 ◦ green 104 ◦ blue 82

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

Shades of Nandor #526852

Tints of Nandor #526852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.81%

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

R = 30.6%
G = 38.81%
B = 30.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#526852 (or 0x526852) is known color: Nandor. HEX triplet: 52, 68 and 52. RGB value is (82,104,82). Sum of RGB (Red+Green+Blue) = 82+104+82=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #526852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526852 is #AD97AD. Grayscale: #5E5E5E. Windows color (decimal): -11376558 or 5400658. OLE color: 5400658.

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

Color convert

RGB 82 104 82 -
CMYK 0.21 0 0.21 0.59
HSL 120º 0.12% 0.36% -
HSV(B) 120º 0.21% 0.41% -
XYZ 9.95 12.3 9.83 -
YUV 94.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 82 104 82 0.21 0 0.21 0.59 120 0.12 0.36
Hex 52 68 52 15 0 15 3B 78 C 24
Octal 122 150 122 25 0 25 73 170 14 44
Binary 1010010 1101000 1010010 10101 0 10101 111011 1111000 1100 100100

Color Harmonies of #526852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526852

Black with #526852

Text Example


Text Example

White with #526852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526852; }

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

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

background-color css

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

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

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

border-color css

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

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

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