#5A675A

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

Shades of Nandor #5A675A

Tints of Nandor #5A675A

Color information

#5A675A (or 0x5A675A) is unknown color: approx Nandor. HEX triplet: 5A, 67 and 5A. RGB value is (90,103,90). Sum of RGB (Red+Green+Blue) = 90+103+90=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #5A675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A675A is #A598A5. Grayscale: #616161. Windows color (decimal): -10852518 or 5924698. OLE color: 5924698.

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

Color convert

RGB9010390-
CMYK0.1300.130.60
HSL120º6.74%37.84%-
HSV(B)120º12.62%40.39%-
XYZ10.9112.6111.53-
YUV97.63123.69122.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=31.80%
G=36.40%
B=31.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103900.1300.130.601206.7437.84
Hex5A675AD0D3C78726
Octal1321471321501574170746
Binary1011010110011110110101101011011111001111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,103,90); }

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

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

 a { background-color: rgb(90,103,90); }

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

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

 span { border-color: rgb(90,103,90); }

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