Html Css Color HEX #889497 Submarine

📋 copy color: '#889497'

red 136 ◦ green 148 ◦ blue 151

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

Shades of Submarine #889497

Tints of Submarine #889497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 31.26%
G = 34.02%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#889497 (or 0x889497) is known color: Submarine. HEX triplet: 88, 94 and 97. RGB value is (136,148,151). Sum of RGB (Red+Green+Blue) = 136+148+151=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 151 - color contains mainly: blue. Hex color #889497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889497 is #776B68. Grayscale: #909090. Windows color (decimal): -7826281 or 9933960. OLE color: 9933960.

HSL color Cylindrical-coordinate representation of color #889497: hue angle of 192º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889497 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 148 151 -
CMYK 0.10 0.02 0 0.41
HSL 192º 0.07% 0.56% -
HSV(B) 192º 0.1% 0.59% -
XYZ 26.33 28.65 33.42 -
YUV 144.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 136 148 151 0.10 0.02 0 0.41 192 0.07 0.56
Hex 88 94 97 A 2 0 29 C0 7 38
Octal 210 224 227 12 2 0 51 300 7 70
Binary 10001000 10010100 10010111 1010 10 0 101001 11000000 111 111000

Color Harmonies of #889497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889497

Black with #889497

Text Example


Text Example

White with #889497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889497; }

 p { color: rgb(136,148,151); }

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

background-color css

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

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

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

border-color css

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

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

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