Html Css Color HEX #535853 Nandor

📋 copy color: '#535853'

red 83 ◦ green 88 ◦ blue 83

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

Shades of Nandor #535853

Tints of Nandor #535853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 32.68%
G = 34.65%
B = 32.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#535853 (or 0x535853) is known color: Nandor. HEX triplet: 53, 58 and 53. RGB value is (83,88,83). Sum of RGB (Red+Green+Blue) = 83+88+83=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #535853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535853 is #ACA7AC. Grayscale: #555555. Windows color (decimal): -11315117 or 5462099. OLE color: 5462099.

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

Color convert

RGB 83 88 83 -
CMYK 0.06 0 0.06 0.65
HSL 120º 0.03% 0.34% -
HSV(B) 120º 0.06% 0.35% -
XYZ 8.62 9.44 9.55 -
YUV 85.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 83 88 83 0.06 0 0.06 0.65 120 0.03 0.34
Hex 53 58 53 6 0 6 41 78 3 22
Octal 123 130 123 6 0 6 101 170 3 42
Binary 1010011 1011000 1010011 110 0 110 1000001 1111000 11 100010

Color Harmonies of #535853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535853

Black with #535853

Text Example


Text Example

White with #535853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535853; }

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

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

background-color css

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

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

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

border-color css

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

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

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