Html Css Color HEX #809A99 Submarine

📋 copy color: '#809A99'

red 128 ◦ green 154 ◦ blue 153

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

Shades of Submarine #809A99

Tints of Submarine #809A99

RGB

 RED value IS 128 (50.39% from 255) = 29.43%

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 29.43%
G = 35.4%
B = 35.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#809A99 (or 0x809A99) is known color: Submarine. HEX triplet: 80, 9A and 99. RGB value is (128,154,153). Sum of RGB (Red+Green+Blue) = 128+154+153=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #809A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809A99 is #7F6566. Grayscale: #929292. Windows color (decimal): -8349031 or 10066560. OLE color: 10066560.

HSL color Cylindrical-coordinate representation of color #809A99: hue angle of 177.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809A99 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 153 -
CMYK 0.17 0 0.01 0.40
HSL 177.69º 0.11% 0.55% -
HSV(B) 177.69º 0.17% 0.6% -
XYZ 26.21 30 34.55 -
YUV 146.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 128 154 153 0.17 0 0.01 0.40 177.69 0.11 0.55
Hex 80 9A 99 11 0 1 28 B2 B 37
Octal 200 232 231 21 0 1 50 262 13 67
Binary 10000000 10011010 10011001 10001 0 1 101000 10110010 1011 110111

Color Harmonies of #809A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A99

Black with #809A99

Text Example


Text Example

White with #809A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A99; }

 p { color: rgb(128,154,153); }

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

background-color css

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

 a { background-color: rgb(128,154,153); }

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

border-color css

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

 span { border-color: rgb(128,154,153); }

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