#90949B

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

Shades of Manatee #90949B

Tints of Manatee #90949B

Color information

#90949B (or 0x90949B) is unknown color: approx Manatee. HEX triplet: 90, 94 and 9B. RGB value is (144,148,155). Sum of RGB (Red+Green+Blue) = 144+148+155=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #90949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90949B is #6F6B64. Grayscale: #939393. Windows color (decimal): -7301989 or 10196112. OLE color: 10196112.

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

Color convert

RGB144148155-
CMYK0.070.0500.39
HSL218.18º5.21%58.63%-
HSV(B)218.18º7.1%60.78%-
XYZ28.0129.4835.22-
YUV147.6132.17125.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=32.21%
G=33.11%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441481550.070.0500.39218.185.2158.63
Hex90949B75027da53b
Octal22022423375047332573
Binary100100001001010010011011111101010011111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,148,155); }

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

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

 a { background-color: rgb(144,148,155); }

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

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

 span { border-color: rgb(144,148,155); }

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