Html Css Color HEX #80989B Submarine

📋 copy color: '#80989B'

red 128 ◦ green 152 ◦ blue 155

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

Shades of Submarine #80989B

Tints of Submarine #80989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.94%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 29.43%
G = 34.94%
B = 35.63%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80989B (or 0x80989B) is known color: Submarine. HEX triplet: 80, 98 and 9B. RGB value is (128,152,155). Sum of RGB (Red+Green+Blue) = 128+152+155=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #80989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80989B is #7F6764. Grayscale: #919191. Windows color (decimal): -8349541 or 10197120. OLE color: 10197120.

HSL color Cylindrical-coordinate representation of color #80989B: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80989B is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 152 155 -
CMYK 0.17 0.02 0 0.39
HSL 186.67º 0.12% 0.55% -
HSV(B) 186.67º 0.17% 0.61% -
XYZ 26.05 29.41 35.31 -
YUV 145.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 128 152 155 0.17 0.02 0 0.39 186.67 0.12 0.55
Hex 80 98 9B 11 2 0 27 BB C 37
Octal 200 230 233 21 2 0 47 273 14 67
Binary 10000000 10011000 10011011 10001 10 0 100111 10111011 1100 110111

Color Harmonies of #80989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80989B

Black with #80989B

Text Example


Text Example

White with #80989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80989B; }

 p { color: rgb(128,152,155); }

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

background-color css

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

 a { background-color: rgb(128,152,155); }

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

border-color css

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

 span { border-color: rgb(128,152,155); }

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