#829293

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

Shades of Submarine #829293

Tints of Submarine #829293

Color information

#829293 (or 0x829293) is unknown color: approx Submarine. HEX triplet: 82, 92 and 93. RGB value is (130,146,147). Sum of RGB (Red+Green+Blue) = 130+146+147=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #829293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829293 is #7D6D6C. Grayscale: #8D8D8D. Windows color (decimal): -8220013 or 9671298. OLE color: 9671298.

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

Color convert

RGB130146147-
CMYK0.120.0100.42
HSL183.53º7.3%54.31%-
HSV(B)183.53º11.56%57.65%-
XYZ24.7527.4131.59-
YUV141.33131.2119.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=30.73%
G=34.52%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301461470.120.0100.42183.537.354.31
Hex829293C102Ab8736
Octal202222223141052270766
Binary10000010100100101001001111001010101010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829293; }

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

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

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

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

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

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

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

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