Html Css Color HEX #536552 Nandor

📋 copy color: '#536552'

red 83 ◦ green 101 ◦ blue 82

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

Shades of Nandor #536552

Tints of Nandor #536552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

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

R = 31.2%
G = 37.97%
B = 30.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#536552 (or 0x536552) is known color: Nandor. HEX triplet: 53, 65 and 52. RGB value is (83,101,82). Sum of RGB (Red+Green+Blue) = 83+101+82=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #536552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536552 is #AC9AAD. Grayscale: #5D5D5D. Windows color (decimal): -11311790 or 5399891. OLE color: 5399891.

HSL color Cylindrical-coordinate representation of color #536552: hue angle of 116.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536552 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 82 -
CMYK 0.18 0 0.19 0.60
HSL 116.84º 0.1% 0.36% -
HSV(B) 116.84º 0.19% 0.4% -
XYZ 9.74 11.76 9.74 -
YUV 93.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 83 101 82 0.18 0 0.19 0.60 116.84 0.1 0.36
Hex 53 65 52 12 0 13 3C 75 A 24
Octal 123 145 122 22 0 23 74 165 12 44
Binary 1010011 1100101 1010010 10010 0 10011 111100 1110101 1010 100100

Color Harmonies of #536552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536552

Black with #536552

Text Example


Text Example

White with #536552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536552; }

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

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

background-color css

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

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

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

border-color css

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

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

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