Html Css Color HEX #536A53 Nandor

📋 copy color: '#536A53'

red 83 ◦ green 106 ◦ blue 83

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

Shades of Nandor #536A53

Tints of Nandor #536A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

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

R = 30.51%
G = 38.97%
B = 30.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#536A53 (or 0x536A53) is known color: Nandor. HEX triplet: 53, 6A and 53. RGB value is (83,106,83). Sum of RGB (Red+Green+Blue) = 83+106+83=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #536A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A53 is #AC95AC. Grayscale: #606060. Windows color (decimal): -11310509 or 5466707. OLE color: 5466707.

HSL color Cylindrical-coordinate representation of color #536A53: hue angle of 120º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A53 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 106 83 -
CMYK 0.22 0 0.22 0.58
HSL 120º 0.12% 0.37% -
HSV(B) 120º 0.22% 0.42% -
XYZ 10.28 12.77 10.11 -
YUV 96.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 83 106 83 0.22 0 0.22 0.58 120 0.12 0.37
Hex 53 6A 53 16 0 16 3A 78 C 25
Octal 123 152 123 26 0 26 72 170 14 45
Binary 1010011 1101010 1010011 10110 0 10110 111010 1111000 1100 100101

Color Harmonies of #536A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A53

Black with #536A53

Text Example


Text Example

White with #536A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,83); }

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

background-color css

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

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

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

border-color css

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

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

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