Html Css Color HEX #85878D Manatee

📋 copy color: '#85878D'

red 133 ◦ green 135 ◦ blue 141

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

Shades of Manatee #85878D

Tints of Manatee #85878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 32.52%
G = 33.01%
B = 34.47%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85878D (or 0x85878D) is known color: Manatee. HEX triplet: 85, 87 and 8D. RGB value is (133,135,141). Sum of RGB (Red+Green+Blue) = 133+135+141=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 141 - color contains mainly: blue. Hex color #85878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878D is #7A7872. Grayscale: #878787. Windows color (decimal): -8026227 or 9275269. OLE color: 9275269.

HSL color Cylindrical-coordinate representation of color #85878D: hue angle of 225º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85878D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 135 141 -
CMYK 0.06 0.04 0 0.45
HSL 225º 0.03% 0.54% -
HSV(B) 225º 0.06% 0.55% -
XYZ 23.14 24.24 28.66 -
YUV 135.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 133 135 141 0.06 0.04 0 0.45 225 0.03 0.54
Hex 85 87 8D 6 4 0 2D E1 3 36
Octal 205 207 215 6 4 0 55 341 3 66
Binary 10000101 10000111 10001101 110 100 0 101101 11100001 11 110110

Color Harmonies of #85878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85878D

Black with #85878D

Text Example


Text Example

White with #85878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85878D; }

 p { color: rgb(133,135,141); }

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

background-color css

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

 a { background-color: rgb(133,135,141); }

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

border-color css

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

 span { border-color: rgb(133,135,141); }

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