#93959B

Color #93959B Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #93959B

Tints of Manatee #93959B

Color information

#93959B (or 0x93959B) is unknown color: approx Manatee. HEX triplet: 93, 95 and 9B. RGB value is (147,149,155). Sum of RGB (Red+Green+Blue) = 147+149+155=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #93959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93959B is #6C6A64. Grayscale: #959595. Windows color (decimal): -7105125 or 10196371. OLE color: 10196371.

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

Color convert

RGB147149155-
CMYK0.050.0400.39
HSL225º3.85%59.22%-
HSV(B)225º5.16%60.78%-
XYZ28.730.0635.3-
YUV149.09131.34126.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=32.59%
G=33.04%
B=34.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471491550.050.0400.392253.8559.22
Hex93959B54027e143b
Octal22322523354047341473
Binary100100111001010110011011101100010011111100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93959B; }

 p { color: rgb(147,149,155); }

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

<style>
 a { background-color: #93959B; }

 a { background-color: rgb(147,149,155); }

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

<style>
 span { border-color: #93959B; }

 span { border-color: rgb(147,149,155); }

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