Html Css Color HEX #858587 Manatee

📋 copy color: '#858587'

red 133 ◦ green 133 ◦ blue 135

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

Shades of Manatee #858587

Tints of Manatee #858587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 33.17%
G = 33.17%
B = 33.67%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858587 (or 0x858587) is known color: Manatee. HEX triplet: 85, 85 and 87. RGB value is (133,133,135). Sum of RGB (Red+Green+Blue) = 133+133+135=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 135 - color contains mainly: blue. Hex color #858587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858587 is #7A7A78. Grayscale: #858585. Windows color (decimal): -8026745 or 8881541. OLE color: 8881541.

HSL color Cylindrical-coordinate representation of color #858587: hue angle of 240º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858587 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 133 135 -
CMYK 0.01 0.01 0 0.47
HSL 240º 0.01% 0.53% -
HSV(B) 240º 0.01% 0.53% -
XYZ 22.43 23.51 26.28 -
YUV 133.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 133 133 135 0.01 0.01 0 0.47 240 0.01 0.53
Hex 85 85 87 1 1 0 2F F0 1 35
Octal 205 205 207 1 1 0 57 360 1 65
Binary 10000101 10000101 10000111 1 1 0 101111 11110000 1 110101

Color Harmonies of #858587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858587

Black with #858587

Text Example


Text Example

White with #858587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858587; }

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

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

background-color css

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

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

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

border-color css

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

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

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