#90959E

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

Shades of Manatee #90959E

Tints of Manatee #90959E

Color information

#90959E (or 0x90959E) is unknown color: approx Manatee. HEX triplet: 90, 95 and 9E. RGB value is (144,149,158). Sum of RGB (Red+Green+Blue) = 144+149+158=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #90959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90959E is #6F6A61. Grayscale: #949494. Windows color (decimal): -7301730 or 10392976. OLE color: 10392976.

HSL color Cylindrical-coordinate representation of color #90959E: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90959E is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144149158-
CMYK0.090.0600.38
HSL218.57º6.73%59.22%-
HSV(B)218.57º8.86%61.96%-
XYZ28.4229.8936.62-
YUV148.53133.34124.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=31.93%
G=33.04%
B=35.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441491580.090.0600.38218.576.7359.22
Hex90959E96026db73b
Octal220225236116046333773
Binary1001000010010101100111101001110010011011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90959E; }

 p { color: rgb(144,149,158); }

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

<style>
 a { background-color: #90959E; }

 a { background-color: rgb(144,149,158); }

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

<style>
 span { border-color: #90959E; }

 span { border-color: rgb(144,149,158); }

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