#5A655A

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

Shades of Nandor #5A655A

Tints of Nandor #5A655A

Color information

#5A655A (or 0x5A655A) is unknown color: approx Nandor. HEX triplet: 5A, 65 and 5A. RGB value is (90,101,90). Sum of RGB (Red+Green+Blue) = 90+101+90=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655A is #A59AA5. Grayscale: #606060. Windows color (decimal): -10853030 or 5924186. OLE color: 5924186.

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

Color convert

RGB9010190-
CMYK0.1100.110.60
HSL120º5.76%37.45%-
HSV(B)120º10.89%39.61%-
XYZ10.7212.2211.47-
YUV96.46124.36123.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=32.03%
G=35.94%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101900.1100.110.601205.7637.45
Hex5A655AB0B3C78625
Octal1321451321301374170645
Binary1011010110010110110101011010111111001111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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