Html Css Color HEX #889593 Submarine

📋 copy color: '#889593'

red 136 ◦ green 149 ◦ blue 147

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

Shades of Submarine #889593

Tints of Submarine #889593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 31.48%
G = 34.49%
B = 34.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#889593 (or 0x889593) is known color: Submarine. HEX triplet: 88, 95 and 93. RGB value is (136,149,147). Sum of RGB (Red+Green+Blue) = 136+149+147=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #889593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889593 is #776A6C. Grayscale: #909090. Windows color (decimal): -7826029 or 9672072. OLE color: 9672072.

HSL color Cylindrical-coordinate representation of color #889593: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #889593 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 147 -
CMYK 0.09 0 0.01 0.42
HSL 170.77º 0.06% 0.56% -
HSV(B) 170.77º 0.09% 0.58% -
XYZ 26.17 28.84 31.79 -
YUV 144.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 136 149 147 0.09 0 0.01 0.42 170.77 0.06 0.56
Hex 88 95 93 9 0 1 2A AB 6 38
Octal 210 225 223 11 0 1 52 253 6 70
Binary 10001000 10010101 10010011 1001 0 1 101010 10101011 110 111000

Color Harmonies of #889593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889593

Black with #889593

Text Example


Text Example

White with #889593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889593; }

 p { color: rgb(136,149,147); }

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

background-color css

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

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

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

border-color css

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

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

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