#5D645D

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

Shades of Nandor #5D645D

Tints of Nandor #5D645D

Color information

#5D645D (or 0x5D645D) is unknown color: approx Nandor. HEX triplet: 5D, 64 and 5D. RGB value is (93,100,93). Sum of RGB (Red+Green+Blue) = 93+100+93=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 100 - color contains mainly: green. Hex color #5D645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D645D is #A29BA2. Grayscale: #616161. Windows color (decimal): -10656675 or 6120541. OLE color: 6120541.

HSL color Cylindrical-coordinate representation of color #5D645D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5D645D is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB9310093-
CMYK0.0700.070.61
HSL120º3.63%37.84%-
HSV(B)120º7%39.22%-
XYZ11.0512.2312.13-
YUV97.11125.68125.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=32.52%
G=34.97%
B=32.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal93100930.0700.070.611203.6337.84
Hex5D645D7073D78426
Octal13514413570775170446
Binary10111011100100101110111101111111011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D645D; }

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

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

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

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

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

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

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

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