Html Css Color HEX #536E52 Nandor

📋 copy color: '#536E52'

red 83 ◦ green 110 ◦ blue 82

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

Shades of Nandor #536E52

Tints of Nandor #536E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40%

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

R = 30.18%
G = 40%
B = 29.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#536E52 (or 0x536E52) is known color: Nandor. HEX triplet: 53, 6E and 52. RGB value is (83,110,82). Sum of RGB (Red+Green+Blue) = 83+110+82=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #536E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E52 is #AC91AD. Grayscale: #626262. Windows color (decimal): -11309486 or 5402195. OLE color: 5402195.

HSL color Cylindrical-coordinate representation of color #536E52: hue angle of 117.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536E52 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 82 -
CMYK 0.25 0 0.25 0.57
HSL 117.86º 0.15% 0.38% -
HSV(B) 117.86º 0.25% 0.43% -
XYZ 10.67 13.6 10.05 -
YUV 98.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 83 110 82 0.25 0 0.25 0.57 117.86 0.15 0.38
Hex 53 6E 52 19 0 19 39 76 F 26
Octal 123 156 122 31 0 31 71 166 17 46
Binary 1010011 1101110 1010010 11001 0 11001 111001 1110110 1111 100110

Color Harmonies of #536E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E52

Black with #536E52

Text Example


Text Example

White with #536E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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