#829295

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

Shades of Submarine #829295

Tints of Submarine #829295

Color information

#829295 (or 0x829295) is unknown color: approx Submarine. HEX triplet: 82, 92 and 95. RGB value is (130,146,149). Sum of RGB (Red+Green+Blue) = 130+146+149=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #829295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829295 is #7D6D6A. Grayscale: #8D8D8D. Windows color (decimal): -8220011 or 9802370. OLE color: 9802370.

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

Color convert

RGB130146149-
CMYK0.130.0200.42
HSL189.47º8.23%54.71%-
HSV(B)189.47º12.75%58.43%-
XYZ24.9127.4732.42-
YUV141.56132.2119.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=30.59%
G=34.35%
B=35.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301461490.130.0200.42189.478.2354.71
Hex829295D202Abd837
Octal2022222251520522751067
Binary1000001010010010100101011101100101010101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829295; }

 p { color: rgb(130,146,149); }

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

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

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

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

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

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

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