Html Css Color HEX #829295 Submarine

📋 copy color: '#829295'

red 130 ◦ green 146 ◦ blue 149

#829295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #829295

Tints of Submarine #829295

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 value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#829295 (or 0x829295) is known color: 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

RGB 130 146 149 -
CMYK 0.13 0.02 0 0.42
HSL 189.47º 0.08% 0.55% -
HSV(B) 189.47º 0.13% 0.58% -
XYZ 24.91 27.47 32.42 -
YUV 141.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 130 146 149 0.13 0.02 0 0.42 189.47 0.08 0.55
Hex 82 92 95 D 2 0 2A BD 8 37
Octal 202 222 225 15 2 0 52 275 10 67
Binary 10000010 10010010 10010101 1101 10 0 101010 10111101 1000 110111

Color Harmonies of #829295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829295

Black with #829295

Text Example


Text Example

White with #829295

Text Example


Text Example

HTML Codes & Css Web 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>