Html Css Color HEX #525953 Nandor

📋 copy color: '#525953'

red 82 ◦ green 89 ◦ blue 83

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

Shades of Nandor #525953

Tints of Nandor #525953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 32.28%
G = 35.04%
B = 32.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#525953 (or 0x525953) is known color: Nandor. HEX triplet: 52, 59 and 53. RGB value is (82,89,83). Sum of RGB (Red+Green+Blue) = 82+89+83=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #525953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525953 is #ADA6AC. Grayscale: #565656. Windows color (decimal): -11380397 or 5462354. OLE color: 5462354.

HSL color Cylindrical-coordinate representation of color #525953: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525953 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 83 -
CMYK 0.08 0 0.07 0.65
HSL 128.57º 0.04% 0.34% -
HSV(B) 128.57º 0.08% 0.35% -
XYZ 8.61 9.56 9.58 -
YUV 86.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 82 89 83 0.08 0 0.07 0.65 128.57 0.04 0.34
Hex 52 59 53 8 0 7 41 81 4 22
Octal 122 131 123 10 0 7 101 201 4 42
Binary 1010010 1011001 1010011 1000 0 111 1000001 10000001 100 100010

Color Harmonies of #525953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525953

Black with #525953

Text Example


Text Example

White with #525953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525953; }

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

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

background-color css

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

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

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

border-color css

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

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

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