Html Css Color HEX #85889E Manatee

📋 copy color: '#85889E'

red 133 ◦ green 136 ◦ blue 158

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

Shades of Manatee #85889E

Tints of Manatee #85889E

RGB

 RED value IS 133 (52.34% from 255) = 31.15%

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 31.15%
G = 31.85%
B = 37%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85889E (or 0x85889E) is known color: Manatee. HEX triplet: 85, 88 and 9E. RGB value is (133,136,158). Sum of RGB (Red+Green+Blue) = 133+136+158=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #85889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85889E is #7A7761. Grayscale: #898989. Windows color (decimal): -8025954 or 10389637. OLE color: 10389637.

HSL color Cylindrical-coordinate representation of color #85889E: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85889E is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 136 158 -
CMYK 0.16 0.14 0 0.38
HSL 232.8º 0.11% 0.57% -
HSV(B) 232.8º 0.16% 0.62% -
XYZ 24.65 25.06 35.89 -
YUV 137.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 133 136 158 0.16 0.14 0 0.38 232.8 0.11 0.57
Hex 85 88 9E 10 E 0 26 E9 B 39
Octal 205 210 236 20 16 0 46 351 13 71
Binary 10000101 10001000 10011110 10000 1110 0 100110 11101001 1011 111001

Color Harmonies of #85889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85889E

Black with #85889E

Text Example


Text Example

White with #85889E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85889E; }

 p { color: rgb(133,136,158); }

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

background-color css

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

 a { background-color: rgb(133,136,158); }

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

border-color css

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

 span { border-color: rgb(133,136,158); }

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