Html Css Color HEX #889191 Submarine

📋 copy color: '#889191'

red 136 ◦ green 145 ◦ blue 145

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

Shades of Submarine #889191

Tints of Submarine #889191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.04%

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

R = 31.92%
G = 34.04%
B = 34.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#889191 (or 0x889191) is known color: Submarine. HEX triplet: 88, 91 and 91. RGB value is (136,145,145). Sum of RGB (Red+Green+Blue) = 136+145+145=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #889191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889191 is #776E6E. Grayscale: #8E8E8E. Windows color (decimal): -7827055 or 9539976. OLE color: 9539976.

HSL color Cylindrical-coordinate representation of color #889191: hue angle of 180º 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 #889191 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 145 -
CMYK 0.06 0 0 0.43
HSL 180º 0.04% 0.55% -
HSV(B) 180º 0.06% 0.57% -
XYZ 25.39 27.53 30.76 -
YUV 142.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 136 145 145 0.06 0 0 0.43 180 0.04 0.55
Hex 88 91 91 6 0 0 2B B4 4 37
Octal 210 221 221 6 0 0 53 264 4 67
Binary 10001000 10010001 10010001 110 0 0 101011 10110100 100 110111

Color Harmonies of #889191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889191

Black with #889191

Text Example


Text Example

White with #889191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889191; }

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

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

background-color css

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

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

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

border-color css

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

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

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