#90999A

Color #90999A Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #90999A

Tints of Submarine #90999A

Color information

#90999A (or 0x90999A) is unknown color: approx Submarine. HEX triplet: 90, 99 and 9A. RGB value is (144,153,154). Sum of RGB (Red+Green+Blue) = 144+153+154=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 154 - color contains mainly: blue. Hex color #90999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90999A is #6F6665. Grayscale: #969696. Windows color (decimal): -7300710 or 10131856. OLE color: 10131856.

HSL color Cylindrical-coordinate representation of color #90999A: hue angle of 186º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90999A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144153154-
CMYK0.060.0100.40
HSL186º4.72%58.43%-
HSV(B)186º6.49%60.39%-
XYZ28.7331.0435.05-
YUV150.42130.02123.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=31.93%
G=33.92%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441531540.060.0100.401864.7258.43
Hex90999A61028ba53a
Octal22023123261050272572
Binary1001000010011001100110101101010100010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90999A; }

 p { color: rgb(144,153,154); }

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

<style>
 a { background-color: #90999A; }

 a { background-color: rgb(144,153,154); }

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

<style>
 span { border-color: #90999A; }

 span { border-color: rgb(144,153,154); }

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