Html Css Color HEX #88989B Submarine

📋 copy color: '#88989B'

red 136 ◦ green 152 ◦ blue 155

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

Shades of Submarine #88989B

Tints of Submarine #88989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.31%

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

R = 30.7%
G = 34.31%
B = 34.99%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88989B (or 0x88989B) is known color: Submarine. HEX triplet: 88, 98 and 9B. RGB value is (136,152,155). Sum of RGB (Red+Green+Blue) = 136+152+155=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #88989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989B is #776764. Grayscale: #939393. Windows color (decimal): -7825253 or 10197128. OLE color: 10197128.

HSL color Cylindrical-coordinate representation of color #88989B: hue angle of 189.47º 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 #88989B is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 152 155 -
CMYK 0.12 0.02 0 0.39
HSL 189.47º 0.09% 0.57% -
HSV(B) 189.47º 0.12% 0.61% -
XYZ 27.3 30.06 35.37 -
YUV 147.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 136 152 155 0.12 0.02 0 0.39 189.47 0.09 0.57
Hex 88 98 9B C 2 0 27 BD 9 39
Octal 210 230 233 14 2 0 47 275 11 71
Binary 10001000 10011000 10011011 1100 10 0 100111 10111101 1001 111001

Color Harmonies of #88989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88989B

Black with #88989B

Text Example


Text Example

White with #88989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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