#5E615E

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

Shades of Nandor #5E615E

Tints of Nandor #5E615E

Color information

#5E615E (or 0x5E615E) is unknown color: approx Nandor. HEX triplet: 5E, 61 and 5E. RGB value is (94,97,94). Sum of RGB (Red+Green+Blue) = 94+97+94=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615E is #A19EA1. Grayscale: #5F5F5F. Windows color (decimal): -10591906 or 6185310. OLE color: 6185310.

HSL color Cylindrical-coordinate representation of color #5E615E: 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.03%. Process color model (Four color, CMYK) of #5E615E is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB949794-
CMYK0.0300.030.62
HSL120º1.57%37.45%-
HSV(B)120º3.09%38.04%-
XYZ10.9111.7412.28-
YUV95.76127.01126.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=32.98%
G=34.04%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497940.0300.030.621201.5737.45
Hex5E615E3033E78225
Octal13614113630376170245
Binary10111101100001101111011011111110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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