#849092

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

Shades of Submarine #849092

Tints of Submarine #849092

Color information

#849092 (or 0x849092) is unknown color: approx Submarine. HEX triplet: 84, 90 and 92. RGB value is (132,144,146). Sum of RGB (Red+Green+Blue) = 132+144+146=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #849092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849092 is #7B6F6D. Grayscale: #8C8C8C. Windows color (decimal): -8089454 or 9605252. OLE color: 9605252.

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

Color convert

RGB132144146-
CMYK0.100.0100.43
HSL188.57º6.03%54.51%-
HSV(B)188.57º9.59%57.25%-
XYZ24.6826.9331.09-
YUV140.64131.02121.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=31.28%
G=34.12%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321441460.100.0100.43188.576.0354.51
Hex849092A102Bbd637
Octal204220222121053275667
Binary10000100100100001001001010101010101110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849092; }

 p { color: rgb(132,144,146); }

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

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

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

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

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

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

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