Html Css Color HEX #889B9C Submarine

📋 copy color: '#889B9C'

red 136 ◦ green 155 ◦ blue 156

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

Shades of Submarine #889B9C

Tints of Submarine #889B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 30.43%
G = 34.68%
B = 34.9%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#889B9C (or 0x889B9C) is known color: Submarine. HEX triplet: 88, 9B and 9C. RGB value is (136,155,156). Sum of RGB (Red+Green+Blue) = 136+155+156=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #889B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B9C is #776463. Grayscale: #959595. Windows color (decimal): -7824484 or 10263432. OLE color: 10263432.

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

Color convert

RGB 136 155 156 -
CMYK 0.13 0.01 0 0.39
HSL 183º 0.09% 0.57% -
HSV(B) 183º 0.13% 0.61% -
XYZ 27.88 31.08 35.98 -
YUV 149.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 136 155 156 0.13 0.01 0 0.39 183 0.09 0.57
Hex 88 9B 9C D 1 0 27 B7 9 39
Octal 210 233 234 15 1 0 47 267 11 71
Binary 10001000 10011011 10011100 1101 1 0 100111 10110111 1001 111001

Color Harmonies of #889B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B9C

Black with #889B9C

Text Example


Text Example

White with #889B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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