Html Css Color HEX #829594 Submarine

📋 copy color: '#829594'

red 130 ◦ green 149 ◦ blue 148

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

Shades of Submarine #829594

Tints of Submarine #829594

RGB

 RED value IS 130 (51.17% from 255) = 30.44%

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 30.44%
G = 34.89%
B = 34.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#829594 (or 0x829594) is known color: Submarine. HEX triplet: 82, 95 and 94. RGB value is (130,149,148). Sum of RGB (Red+Green+Blue) = 130+149+148=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #829594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829594 is #7D6A6B. Grayscale: #8F8F8F. Windows color (decimal): -8219244 or 9737602. OLE color: 9737602.

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

Color convert

RGB 130 149 148 -
CMYK 0.13 0 0.01 0.42
HSL 176.84º 0.08% 0.55% -
HSV(B) 176.84º 0.13% 0.58% -
XYZ 25.3 28.38 32.16 -
YUV 143.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 130 149 148 0.13 0 0.01 0.42 176.84 0.08 0.55
Hex 82 95 94 D 0 1 2A B1 8 37
Octal 202 225 224 15 0 1 52 261 10 67
Binary 10000010 10010101 10010100 1101 0 1 101010 10110001 1000 110111

Color Harmonies of #829594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829594

Black with #829594

Text Example


Text Example

White with #829594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829594; }

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

 H1.HeaderClassName
 {
   color: #829594;
 }
 .AnyTagClassName
 {
   color: #829594;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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