#5A625A

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

Shades of Nandor #5A625A

Tints of Nandor #5A625A

Color information

#5A625A (or 0x5A625A) is unknown color: approx Nandor. HEX triplet: 5A, 62 and 5A. RGB value is (90,98,90). Sum of RGB (Red+Green+Blue) = 90+98+90=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625A is #A59DA5. Grayscale: #5E5E5E. Windows color (decimal): -10853798 or 5923418. OLE color: 5923418.

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

Color convert

RGB909890-
CMYK0.0800.080.62
HSL120º4.26%36.86%-
HSV(B)120º8.16%38.43%-
XYZ10.4311.6511.37-
YUV94.7125.35124.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=32.37%
G=35.25%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098900.0800.080.621204.2636.86
Hex5A625A8083E78425
Octal1321421321001076170445
Binary1011010110001010110101000010001111101111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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