#5B625B

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

Shades of Nandor #5B625B

Tints of Nandor #5B625B

Color information

#5B625B (or 0x5B625B) is unknown color: approx Nandor. HEX triplet: 5B, 62 and 5B. RGB value is (91,98,91). Sum of RGB (Red+Green+Blue) = 91+98+91=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #5B625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B625B is #A49DA4. Grayscale: #5F5F5F. Windows color (decimal): -10788261 or 5988955. OLE color: 5988955.

HSL color Cylindrical-coordinate representation of color #5B625B: 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 #5B625B is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB919891-
CMYK0.0700.070.62
HSL120º3.7%37.06%-
HSV(B)120º7.14%38.43%-
XYZ10.5711.7111.6-
YUV95.11125.68125.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=32.5%
G=35%
B=32.5%

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
Decimal9198910.0700.070.621203.737.06
Hex5B625B7073E78425
Octal13314213370776170445
Binary10110111100010101101111101111111101111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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