Html Css Color HEX #819597 Submarine

📋 copy color: '#819597'

red 129 ◦ green 149 ◦ blue 151

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

Shades of Submarine #819597

Tints of Submarine #819597

RGB

 RED value IS 129 (50.78% from 255) = 30.07%

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

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 30.07%
G = 34.73%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#819597 (or 0x819597) is known color: Submarine. HEX triplet: 81, 95 and 97. RGB value is (129,149,151). Sum of RGB (Red+Green+Blue) = 129+149+151=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #819597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819597 is #7E6A68. Grayscale: #8F8F8F. Windows color (decimal): -8284777 or 9934209. OLE color: 9934209.

HSL color Cylindrical-coordinate representation of color #819597: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819597 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 149 151 -
CMYK 0.15 0.01 0 0.41
HSL 185.45º 0.1% 0.55% -
HSV(B) 185.45º 0.15% 0.59% -
XYZ 25.39 28.4 33.42 -
YUV 143.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 129 149 151 0.15 0.01 0 0.41 185.45 0.1 0.55
Hex 81 95 97 F 1 0 29 B9 A 37
Octal 201 225 227 17 1 0 51 271 12 67
Binary 10000001 10010101 10010111 1111 1 0 101001 10111001 1010 110111

Color Harmonies of #819597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819597

Black with #819597

Text Example


Text Example

White with #819597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819597; }

 p { color: rgb(129,149,151); }

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

background-color css

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

 a { background-color: rgb(129,149,151); }

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

border-color css

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

 span { border-color: rgb(129,149,151); }

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