#909799

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

Shades of Submarine #909799

Tints of Submarine #909799

Color information

#909799 (or 0x909799) is unknown color: approx Submarine. HEX triplet: 90, 97 and 99. RGB value is (144,151,153). Sum of RGB (Red+Green+Blue) = 144+151+153=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #909799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909799 is #6F6866. Grayscale: #959595. Windows color (decimal): -7301223 or 10065808. OLE color: 10065808.

HSL color Cylindrical-coordinate representation of color #909799: hue angle of 193.33º degrees, saturation: 0.04, 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 #909799 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144151153-
CMYK0.060.0100.4
HSL193.33º4.23%58.24%-
HSV(B)193.33º5.88%60%-
XYZ28.3230.3634.51-
YUV149.14130.18124.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=32.14%
G=33.71%
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.4
SystemRedGreenBlueCMYKHSL
Decimal1441511530.060.0100.4193.334.2358.24
Hex90979961028c143a
Octal22022723161050301472
Binary1001000010010111100110011101010100011000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909799; }

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

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

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

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

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

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

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

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