#535553

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

Shades of Nandor #535553

Tints of Nandor #535553

Color information

#535553 (or 0x535553) is unknown color: approx Nandor. HEX triplet: 53, 55 and 53. RGB value is (83,85,83). Sum of RGB (Red+Green+Blue) = 83+85+83=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 85 - color contains mainly: green. Hex color #535553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535553 is #ACAAAC. Grayscale: #545454. Windows color (decimal): -11315885 or 5461331. OLE color: 5461331.

HSL color Cylindrical-coordinate representation of color #535553: hue angle of 120º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535553 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB838583-
CMYK0.0200.020.67
HSL120º1.19%32.94%-
HSV(B)120º2.35%33.33%-
XYZ8.388.969.47-
YUV84.17127.34127.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=33.07%
G=33.86%
B=33.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385830.0200.020.671201.1932.94
Hex5355532024378121
Octal123125123202103170141
Binary10100111010101101001110010100001111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535553; }

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

 H1.HeaderClassName
 {
   color: #535553;
 }
 .AnyTagClassName
 {
   color: #535553;
 }
</style>
background-color css

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

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

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

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

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

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