Html Css Color HEX #868990 Manatee

📋 copy color: '#868990'

red 134 ◦ green 137 ◦ blue 144

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

Shades of Manatee #868990

Tints of Manatee #868990

RGB

 RED value IS 134 (52.73% from 255) = 32.29%

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 32.29%
G = 33.01%
B = 34.7%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#868990 (or 0x868990) is known color: Manatee. HEX triplet: 86, 89 and 90. RGB value is (134,137,144). Sum of RGB (Red+Green+Blue) = 134+137+144=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 144 - color contains mainly: blue. Hex color #868990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868990 is #79766F. Grayscale: #888888. Windows color (decimal): -7960176 or 9472390. OLE color: 9472390.

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

Color convert

RGB 134 137 144 -
CMYK 0.07 0.05 0 0.44
HSL 222º 0.04% 0.55% -
HSV(B) 222º 0.07% 0.56% -
XYZ 23.81 24.97 29.95 -
YUV 136.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 134 137 144 0.07 0.05 0 0.44 222 0.04 0.55
Hex 86 89 90 7 5 0 2C DE 4 37
Octal 206 211 220 7 5 0 54 336 4 67
Binary 10000110 10001001 10010000 111 101 0 101100 11011110 100 110111

Color Harmonies of #868990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868990

Black with #868990

Text Example


Text Example

White with #868990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868990; }

 p { color: rgb(134,137,144); }

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

background-color css

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

 a { background-color: rgb(134,137,144); }

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

border-color css

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

 span { border-color: rgb(134,137,144); }

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