#5B645B

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

Shades of Nandor #5B645B

Tints of Nandor #5B645B

Color information

#5B645B (or 0x5B645B) is unknown color: approx Nandor. HEX triplet: 5B, 64 and 5B. RGB value is (91,100,91). Sum of RGB (Red+Green+Blue) = 91+100+91=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 100 - color contains mainly: green. Hex color #5B645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B645B is #A49BA4. Grayscale: #606060. Windows color (decimal): -10787749 or 5989467. OLE color: 5989467.

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

Color convert

RGB9110091-
CMYK0.0900.090.61
HSL120º4.71%37.45%-
HSV(B)120º9%39.22%-
XYZ10.7612.0911.66-
YUV96.28125.02124.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.27%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=32.27%
G=35.46%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal91100910.0900.090.611204.7137.45
Hex5B645B9093D78525
Octal1331441331101175170545
Binary1011011110010010110111001010011111011111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,100,91); }

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

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

 a { background-color: rgb(91,100,91); }

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

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

 span { border-color: rgb(91,100,91); }

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