Html Css Color HEX #536252 Nandor

📋 copy color: '#536252'

red 83 ◦ green 98 ◦ blue 82

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

Shades of Nandor #536252

Tints of Nandor #536252

RGB

 RED value IS 83 (32.81% from 255) = 31.56%

 GREEN value IS 98 (38.67% from 255) = 37.26%

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

R = 31.56%
G = 37.26%
B = 31.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#536252 (or 0x536252) is known color: Nandor. HEX triplet: 53, 62 and 52. RGB value is (83,98,82). Sum of RGB (Red+Green+Blue) = 83+98+82=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #536252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536252 is #AC9DAD. Grayscale: #5B5B5B. Windows color (decimal): -11312558 or 5399123. OLE color: 5399123.

HSL color Cylindrical-coordinate representation of color #536252: hue angle of 116.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536252 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 82 -
CMYK 0.15 0 0.16 0.62
HSL 116.25º 0.09% 0.35% -
HSV(B) 116.25º 0.16% 0.38% -
XYZ 9.46 11.18 9.64 -
YUV 91.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 83 98 82 0.15 0 0.16 0.62 116.25 0.09 0.35
Hex 53 62 52 F 0 10 3E 74 9 23
Octal 123 142 122 17 0 20 76 164 11 43
Binary 1010011 1100010 1010010 1111 0 10000 111110 1110100 1001 100011

Color Harmonies of #536252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536252

Black with #536252

Text Example


Text Example

White with #536252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536252; }

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

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

background-color css

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

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

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

border-color css

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

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

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