#909494

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

Shades of Submarine #909494

Tints of Submarine #909494

Color information

#909494 (or 0x909494) is unknown color: approx Submarine. HEX triplet: 90, 94 and 94. RGB value is (144,148,148). Sum of RGB (Red+Green+Blue) = 144+148+148=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #909494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909494 is #6F6B6B. Grayscale: #929292. Windows color (decimal): -7301996 or 9737360. OLE color: 9737360.

HSL color Cylindrical-coordinate representation of color #909494: hue angle of 180º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #909494 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144148148-
CMYK0.03000.42
HSL180º1.83%57.25%-
HSV(B)180º2.7%58.04%-
XYZ27.4429.2532.22-
YUV146.8128.67126-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=32.73%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481480.03000.421801.8357.25
Hex9094943002Ab4239
Octal22022422430052264271
Binary10010000100101001001010011001010101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909494; }

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

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

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

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

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

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

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

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