#849193

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

Shades of Submarine #849193

Tints of Submarine #849193

Color information

#849193 (or 0x849193) is unknown color: approx Submarine. HEX triplet: 84, 91 and 93. RGB value is (132,145,147). Sum of RGB (Red+Green+Blue) = 132+145+147=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #849193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849193 is #7B6E6C. Grayscale: #8D8D8D. Windows color (decimal): -8089197 or 9671044. OLE color: 9671044.

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

Color convert

RGB132145147-
CMYK0.100.0100.42
HSL188º6.49%54.71%-
HSV(B)188º10.2%57.65%-
XYZ24.9127.2631.55-
YUV141.34131.19121.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=31.13%
G=34.20%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321451470.100.0100.421886.4954.71
Hex849193A102Abc637
Octal204221223121052274667
Binary10000100100100011001001110101010101010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849193; }

 p { color: rgb(132,145,147); }

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

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

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

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

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

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

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