Html Css Color HEX #889198 Aluminium

📋 copy color: '#889198'

red 136 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #889198

Tints of Aluminium #889198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 31.41%
G = 33.49%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#889198 (or 0x889198) is known color: Aluminium. HEX triplet: 88, 91 and 98. RGB value is (136,145,152). Sum of RGB (Red+Green+Blue) = 136+145+152=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #889198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889198 is #776E67. Grayscale: #8F8F8F. Windows color (decimal): -7827048 or 9998728. OLE color: 9998728.

HSL color Cylindrical-coordinate representation of color #889198: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889198 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 145 152 -
CMYK 0.11 0.05 0 0.40
HSL 206.25º 0.07% 0.56% -
HSV(B) 206.25º 0.11% 0.6% -
XYZ 25.95 27.75 33.69 -
YUV 143.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 136 145 152 0.11 0.05 0 0.40 206.25 0.07 0.56
Hex 88 91 98 B 5 0 28 CE 7 38
Octal 210 221 230 13 5 0 50 316 7 70
Binary 10001000 10010001 10011000 1011 101 0 101000 11001110 111 111000

Color Harmonies of #889198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889198

Black with #889198

Text Example


Text Example

White with #889198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889198; }

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

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

background-color css

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

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

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

border-color css

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

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

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