Html Css Color HEX #535D53 Nandor

📋 copy color: '#535D53'

red 83 ◦ green 93 ◦ blue 83

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

Shades of Nandor #535D53

Tints of Nandor #535D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

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

R = 32.05%
G = 35.91%
B = 32.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#535D53 (or 0x535D53) is known color: Nandor. HEX triplet: 53, 5D and 53. RGB value is (83,93,83). Sum of RGB (Red+Green+Blue) = 83+93+83=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #535D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D53 is #ACA2AC. Grayscale: #585858. Windows color (decimal): -11313837 or 5463379. OLE color: 5463379.

HSL color Cylindrical-coordinate representation of color #535D53: hue angle of 120º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D53 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 83 -
CMYK 0.11 0 0.11 0.64
HSL 120º 0.06% 0.35% -
HSV(B) 120º 0.11% 0.36% -
XYZ 9.04 10.29 9.69 -
YUV 88.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 83 93 83 0.11 0 0.11 0.64 120 0.06 0.35
Hex 53 5D 53 B 0 B 40 78 6 23
Octal 123 135 123 13 0 13 100 170 6 43
Binary 1010011 1011101 1010011 1011 0 1011 1000000 1111000 110 100011

Color Harmonies of #535D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D53

Black with #535D53

Text Example


Text Example

White with #535D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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