#90959F

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

Shades of Manatee #90959F

Tints of Manatee #90959F

Color information

#90959F (or 0x90959F) is unknown color: approx Manatee. HEX triplet: 90, 95 and 9F. RGB value is (144,149,159). Sum of RGB (Red+Green+Blue) = 144+149+159=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 159 - color contains mainly: blue. Hex color #90959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90959F is #6F6A60. Grayscale: #949494. Windows color (decimal): -7301729 or 10458512. OLE color: 10458512.

HSL color Cylindrical-coordinate representation of color #90959F: hue angle of 220º 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 #90959F is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144149159-
CMYK0.090.0600.38
HSL220º7.25%59.41%-
HSV(B)220º9.43%62.35%-
XYZ28.5129.9337.07-
YUV148.65133.84124.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=31.86%
G=32.96%
B=35.18%

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
Decimal1441491590.090.0600.382207.2559.41
Hex90959F96026dc73b
Octal220225237116046334773
Binary1001000010010101100111111001110010011011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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