#809293

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

Shades of Submarine #809293

Tints of Submarine #809293

Color information

#809293 (or 0x809293) is unknown color: approx Submarine. HEX triplet: 80, 92 and 93. RGB value is (128,146,147). Sum of RGB (Red+Green+Blue) = 128+146+147=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #809293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809293 is #7F6D6C. Grayscale: #8C8C8C. Windows color (decimal): -8351085 or 9671296. OLE color: 9671296.

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

Color convert

RGB128146147-
CMYK0.130.0100.42
HSL183.16º8.09%53.92%-
HSV(B)183.16º12.93%57.65%-
XYZ24.4527.2531.58-
YUV140.73131.54118.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=30.40%
G=34.68%
B=34.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281461470.130.0100.42183.168.0953.92
Hex809293D102Ab7836
Octal2002222231510522671066
Binary100000001001001010010011110110101010101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809293; }

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

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

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

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

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

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

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

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