Html Css Color HEX #888A91 Manatee

📋 copy color: '#888A91'

red 136 ◦ green 138 ◦ blue 145

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

Shades of Manatee #888A91

Tints of Manatee #888A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 32.46%
G = 32.94%
B = 34.61%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#888A91 (or 0x888A91) is known color: Manatee. HEX triplet: 88, 8A and 91. RGB value is (136,138,145). Sum of RGB (Red+Green+Blue) = 136+138+145=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #888A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A91 is #77756E. Grayscale: #8A8A8A. Windows color (decimal): -7828847 or 9538184. OLE color: 9538184.

HSL color Cylindrical-coordinate representation of color #888A91: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888A91 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 138 145 -
CMYK 0.06 0.05 0 0.43
HSL 226.67º 0.04% 0.55% -
HSV(B) 226.67º 0.06% 0.57% -
XYZ 24.35 25.46 30.42 -
YUV 138.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 136 138 145 0.06 0.05 0 0.43 226.67 0.04 0.55
Hex 88 8A 91 6 5 0 2B E3 4 37
Octal 210 212 221 6 5 0 53 343 4 67
Binary 10001000 10001010 10010001 110 101 0 101011 11100011 100 110111

Color Harmonies of #888A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888A91

Black with #888A91

Text Example


Text Example

White with #888A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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