Html Css Color HEX #889B9B Submarine

📋 copy color: '#889B9B'

red 136 ◦ green 155 ◦ blue 155

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

Shades of Submarine #889B9B

Tints of Submarine #889B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

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

R = 30.49%
G = 34.75%
B = 34.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#889B9B (or 0x889B9B) is known color: Submarine. HEX triplet: 88, 9B and 9B. RGB value is (136,155,155). Sum of RGB (Red+Green+Blue) = 136+155+155=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #889B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B9B is #776464. Grayscale: #959595. Windows color (decimal): -7824485 or 10197896. OLE color: 10197896.

HSL color Cylindrical-coordinate representation of color #889B9B: hue angle of 180º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B9B is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 155 -
CMYK 0.12 0 0 0.39
HSL 180º 0.09% 0.57% -
HSV(B) 180º 0.12% 0.61% -
XYZ 27.79 31.04 35.54 -
YUV 149.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 136 155 155 0.12 0 0 0.39 180 0.09 0.57
Hex 88 9B 9B C 0 0 27 B4 9 39
Octal 210 233 233 14 0 0 47 264 11 71
Binary 10001000 10011011 10011011 1100 0 0 100111 10110100 1001 111001

Color Harmonies of #889B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B9B

Black with #889B9B

Text Example


Text Example

White with #889B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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