#5D615D

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

Shades of Nandor #5D615D

Tints of Nandor #5D615D

Color information

#5D615D (or 0x5D615D) is unknown color: approx Nandor. HEX triplet: 5D, 61 and 5D. RGB value is (93,97,93). Sum of RGB (Red+Green+Blue) = 93+97+93=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5D615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D615D is #A29EA2. Grayscale: #5F5F5F. Windows color (decimal): -10657443 or 6119773. OLE color: 6119773.

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

Color convert

RGB939793-
CMYK0.0400.040.62
HSL120º2.11%37.25%-
HSV(B)120º4.12%38.04%-
XYZ10.7611.6712.04-
YUV95.35126.67126.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.86%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=32.86%
G=34.28%
B=32.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397930.0400.040.621202.1137.25
Hex5D615D4043E78225
Octal13514113540476170245
Binary1011101110000110111011000100111110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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