#535853

Color #535853 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #535853

Tints of Nandor #535853

Color information

#535853 (or 0x535853) is unknown color: approx 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

RGB838883-
CMYK0.0600.060.65
HSL120º2.92%33.53%-
HSV(B)120º5.68%34.51%-
XYZ8.629.449.55-
YUV85.94126.34125.91-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388830.0600.060.651202.9233.53
Hex5358536064178322
Octal123130123606101170342
Binary10100111011000101001111001101000001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>