#829495

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

Shades of Submarine #829495

Tints of Submarine #829495

Color information

#829495 (or 0x829495) is unknown color: approx Submarine. HEX triplet: 82, 94 and 95. RGB value is (130,148,149). Sum of RGB (Red+Green+Blue) = 130+148+149=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #829495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829495 is #7D6B6A. Grayscale: #8E8E8E. Windows color (decimal): -8219499 or 9802882. OLE color: 9802882.

HSL color Cylindrical-coordinate representation of color #829495: hue angle of 183.16º 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 #829495 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130148149-
CMYK0.130.0100.42
HSL183.16º8.23%54.71%-
HSV(B)183.16º12.75%58.43%-
XYZ25.2228.132.53-
YUV142.73131.54118.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=30.44%
G=34.66%
B=34.89%

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
Decimal1301481490.130.0100.42183.168.2354.71
Hex829495D102Ab7837
Octal2022242251510522671067
Binary100000101001010010010101110110101010101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829495; }

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

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

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

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

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

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

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

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