Html Css Color HEX #85858D Manatee

📋 copy color: '#85858D'

red 133 ◦ green 133 ◦ blue 141

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

Shades of Manatee #85858D

Tints of Manatee #85858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

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

R = 32.68%
G = 32.68%
B = 34.64%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85858D (or 0x85858D) is known color: Manatee. HEX triplet: 85, 85 and 8D. RGB value is (133,133,141). Sum of RGB (Red+Green+Blue) = 133+133+141=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #85858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85858D is #7A7A72. Grayscale: #858585. Windows color (decimal): -8026739 or 9274757. OLE color: 9274757.

HSL color Cylindrical-coordinate representation of color #85858D: hue angle of 240º 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 #85858D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 133 141 -
CMYK 0.06 0.06 0 0.45
HSL 240º 0.03% 0.54% -
HSV(B) 240º 0.06% 0.55% -
XYZ 22.87 23.68 28.57 -
YUV 133.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 133 133 141 0.06 0.06 0 0.45 240 0.03 0.54
Hex 85 85 8D 6 6 0 2D F0 3 36
Octal 205 205 215 6 6 0 55 360 3 66
Binary 10000101 10000101 10001101 110 110 0 101101 11110000 11 110110

Color Harmonies of #85858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85858D

Black with #85858D

Text Example


Text Example

White with #85858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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