Html Css Color HEX #858F87 Stack

📋 copy color: '#858F87'

red 133 ◦ green 143 ◦ blue 135

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

Shades of Stack #858F87

Tints of Stack #858F87

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 32.36%
G = 34.79%
B = 32.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#858F87 (or 0x858F87) is known color: Stack. HEX triplet: 85, 8F and 87. RGB value is (133,143,135). Sum of RGB (Red+Green+Blue) = 133+143+135=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 143 - color contains mainly: green. Hex color #858F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F87 is #7A7078. Grayscale: #8B8B8B. Windows color (decimal): -8024185 or 8884101. OLE color: 8884101.

HSL color Cylindrical-coordinate representation of color #858F87: hue angle of 132º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #858F87 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 143 135 -
CMYK 0.07 0 0.06 0.44
HSL 132º 0.04% 0.54% -
HSV(B) 132º 0.07% 0.56% -
XYZ 23.87 26.38 26.76 -
YUV 139.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 133 143 135 0.07 0 0.06 0.44 132 0.04 0.54
Hex 85 8F 87 7 0 6 2C 84 4 36
Octal 205 217 207 7 0 6 54 204 4 66
Binary 10000101 10001111 10000111 111 0 110 101100 10000100 100 110110

Color Harmonies of #858F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F87

Black with #858F87

Text Example


Text Example

White with #858F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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