#5E635E

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

Shades of Nandor #5E635E

Tints of Nandor #5E635E

Color information

#5E635E (or 0x5E635E) is unknown color: approx Nandor. HEX triplet: 5E, 63 and 5E. RGB value is (94,99,94). Sum of RGB (Red+Green+Blue) = 94+99+94=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635E is #A19CA1. Grayscale: #606060. Windows color (decimal): -10591394 or 6185822. OLE color: 6185822.

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

Color convert

RGB949994-
CMYK0.0500.050.61
HSL120º2.59%37.84%-
HSV(B)120º5.05%38.82%-
XYZ11.112.1112.34-
YUV96.94126.34125.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=32.75%
G=34.49%
B=32.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499940.0500.050.611202.5937.84
Hex5E635E5053D78326
Octal13614313650575170346
Binary1011110110001110111101010101111101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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