#929393

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

Shades of Submarine #929393

Tints of Submarine #929393

Color information

#929393 (or 0x929393) is unknown color: approx Submarine. HEX triplet: 92, 93 and 93. RGB value is (146,147,147). Sum of RGB (Red+Green+Blue) = 146+147+147=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #929393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929393 is #6D6C6C. Grayscale: #929292. Windows color (decimal): -7171181 or 9671570. OLE color: 9671570.

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

Color convert

RGB146147147-
CMYK0.01000.42
HSL180º0.46%57.45%-
HSV(B)180º0.68%57.65%-
XYZ27.5529.0931.77-
YUV146.7128.17127.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=33.18%
G=33.41%
B=33.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461471470.01000.421800.4657.45
Hex9293931002Ab4039
Octal22222322310052264071
Binary100100101001001110010011100101010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929393; }

 p { color: rgb(146,147,147); }

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

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

 a { background-color: rgb(146,147,147); }

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

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

 span { border-color: rgb(146,147,147); }

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