Html Css Color HEX #525352 Nandor

📋 copy color: '#525352'

red 82 ◦ green 83 ◦ blue 82

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

Shades of Nandor #525352

Tints of Nandor #525352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 33.2%
G = 33.6%
B = 33.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#525352 (or 0x525352) is known color: Nandor. HEX triplet: 52, 53 and 52. RGB value is (82,83,82). Sum of RGB (Red+Green+Blue) = 82+83+82=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 83 - color contains mainly: green. Hex color #525352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525352 is #ADACAD. Grayscale: #525252. Windows color (decimal): -11381934 or 5395282. OLE color: 5395282.

HSL color Cylindrical-coordinate representation of color #525352: hue angle of 120º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #525352 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 82 -
CMYK 0.01 0 0.01 0.67
HSL 120º 0.01% 0.32% -
HSV(B) 120º 0.01% 0.33% -
XYZ 8.1 8.59 9.21 -
YUV 82.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 82 83 82 0.01 0 0.01 0.67 120 0.01 0.32
Hex 52 53 52 1 0 1 43 78 1 20
Octal 122 123 122 1 0 1 103 170 1 40
Binary 1010010 1010011 1010010 1 0 1 1000011 1111000 1 100000

Color Harmonies of #525352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525352

Black with #525352

Text Example


Text Example

White with #525352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525352; }

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

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

background-color css

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

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

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

border-color css

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

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

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