Html Css Color HEX #536352 Nandor

📋 copy color: '#536352'

red 83 ◦ green 99 ◦ blue 82

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

Shades of Nandor #536352

Tints of Nandor #536352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

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

R = 31.44%
G = 37.5%
B = 31.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#536352 (or 0x536352) is known color: Nandor. HEX triplet: 53, 63 and 52. RGB value is (83,99,82). Sum of RGB (Red+Green+Blue) = 83+99+82=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #536352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536352 is #AC9CAD. Grayscale: #5C5C5C. Windows color (decimal): -11312302 or 5399379. OLE color: 5399379.

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

Color convert

RGB 83 99 82 -
CMYK 0.16 0 0.17 0.61
HSL 116.47º 0.09% 0.35% -
HSV(B) 116.47º 0.17% 0.39% -
XYZ 9.55 11.37 9.67 -
YUV 92.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 83 99 82 0.16 0 0.17 0.61 116.47 0.09 0.35
Hex 53 63 52 10 0 11 3D 74 9 23
Octal 123 143 122 20 0 21 75 164 11 43
Binary 1010011 1100011 1010010 10000 0 10001 111101 1110100 1001 100011

Color Harmonies of #536352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536352

Black with #536352

Text Example


Text Example

White with #536352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536352; }

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

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

background-color css

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

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

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

border-color css

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

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

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