Html Css Color HEX #889091 Submarine

📋 copy color: '#889091'

red 136 ◦ green 144 ◦ blue 145

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

Shades of Submarine #889091

Tints of Submarine #889091

RGB

 RED value IS 136 (53.52% from 255) = 32%

 GREEN value IS 144 (56.64% from 255) = 33.88%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 32%
G = 33.88%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#889091 (or 0x889091) is known color: Submarine. HEX triplet: 88, 90 and 91. RGB value is (136,144,145). Sum of RGB (Red+Green+Blue) = 136+144+145=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 145 - color contains mainly: blue. Hex color #889091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889091 is #776F6E. Grayscale: #8D8D8D. Windows color (decimal): -7827311 or 9539720. OLE color: 9539720.

HSL color Cylindrical-coordinate representation of color #889091: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #889091 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 144 145 -
CMYK 0.06 0.01 0 0.43
HSL 186.67º 0.04% 0.55% -
HSV(B) 186.67º 0.06% 0.57% -
XYZ 25.24 27.23 30.71 -
YUV 141.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 136 144 145 0.06 0.01 0 0.43 186.67 0.04 0.55
Hex 88 90 91 6 1 0 2B BB 4 37
Octal 210 220 221 6 1 0 53 273 4 67
Binary 10001000 10010000 10010001 110 1 0 101011 10111011 100 110111

Color Harmonies of #889091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889091

Black with #889091

Text Example


Text Example

White with #889091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889091; }

 p { color: rgb(136,144,145); }

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

background-color css

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

 a { background-color: rgb(136,144,145); }

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

border-color css

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

 span { border-color: rgb(136,144,145); }

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