Html Css Color HEX #88989A Submarine

📋 copy color: '#88989A'

red 136 ◦ green 152 ◦ blue 154

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

Shades of Submarine #88989A

Tints of Submarine #88989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 30.77%
G = 34.39%
B = 34.84%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#88989A (or 0x88989A) is known color: Submarine. HEX triplet: 88, 98 and 9A. RGB value is (136,152,154). Sum of RGB (Red+Green+Blue) = 136+152+154=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #88989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88989A is #776765. Grayscale: #939393. Windows color (decimal): -7825254 or 10131592. OLE color: 10131592.

HSL color Cylindrical-coordinate representation of color #88989A: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88989A is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 154 -
CMYK 0.12 0.01 0 0.40
HSL 186.67º 0.08% 0.57% -
HSV(B) 186.67º 0.12% 0.6% -
XYZ 27.21 30.02 34.93 -
YUV 147.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 136 152 154 0.12 0.01 0 0.40 186.67 0.08 0.57
Hex 88 98 9A C 1 0 28 BB 8 39
Octal 210 230 232 14 1 0 50 273 10 71
Binary 10001000 10011000 10011010 1100 1 0 101000 10111011 1000 111001

Color Harmonies of #88989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88989A

Black with #88989A

Text Example


Text Example

White with #88989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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