#5A615A

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

Shades of Nandor #5A615A

Tints of Nandor #5A615A

Color information

#5A615A (or 0x5A615A) is unknown color: approx Nandor. HEX triplet: 5A, 61 and 5A. RGB value is (90,97,90). Sum of RGB (Red+Green+Blue) = 90+97+90=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #5A615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A615A is #A59EA5. Grayscale: #5E5E5E. Windows color (decimal): -10854054 or 5923162. OLE color: 5923162.

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

Color convert

RGB909790-
CMYK0.0700.070.62
HSL120º3.74%36.67%-
HSV(B)120º7.22%38.04%-
XYZ10.3411.4611.34-
YUV94.11125.68125.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.49%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=32.49%
G=35.02%
B=32.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097900.0700.070.621203.7436.67
Hex5A615A7073E78425
Octal13214113270776170445
Binary10110101100001101101011101111111101111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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