Html Css Color HEX #85889F Manatee

📋 copy color: '#85889F'

red 133 ◦ green 136 ◦ blue 159

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

Shades of Manatee #85889F

Tints of Manatee #85889F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 31.07%
G = 31.78%
B = 37.15%

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

#85889F (or 0x85889F) is known color: Manatee. HEX triplet: 85, 88 and 9F. RGB value is (133,136,159). Sum of RGB (Red+Green+Blue) = 133+136+159=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #85889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85889F is #7A7760. Grayscale: #898989. Windows color (decimal): -8025953 or 10455173. OLE color: 10455173.

HSL color Cylindrical-coordinate representation of color #85889F: hue angle of 233.08º degrees, saturation: 0.12, 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 #85889F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 136 159 -
CMYK 0.16 0.14 0 0.38
HSL 233.08º 0.12% 0.57% -
HSV(B) 233.08º 0.16% 0.62% -
XYZ 24.74 25.1 36.34 -
YUV 137.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 133 136 159 0.16 0.14 0 0.38 233.08 0.12 0.57
Hex 85 88 9F 10 E 0 26 E9 C 39
Octal 205 210 237 20 16 0 46 351 14 71
Binary 10000101 10001000 10011111 10000 1110 0 100110 11101001 1100 111001

Color Harmonies of #85889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85889F

Black with #85889F

Text Example


Text Example

White with #85889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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