Html Css Color HEX #858571 Schist

📋 copy color: '#858571'

red 133 ◦ green 133 ◦ blue 113

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

Shades of Schist #858571

Tints of Schist #858571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 35.09%
G = 35.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#858571 (or 0x858571) is known color: Schist. HEX triplet: 85, 85 and 71. RGB value is (133,133,113). Sum of RGB (Red+Green+Blue) = 133+133+113=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858571 is #7A7A8E. Grayscale: #828282. Windows color (decimal): -8026767 or 7439749. OLE color: 7439749.

HSL color Cylindrical-coordinate representation of color #858571: hue angle of 60º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #858571 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 113 -
CMYK 0 0 0.15 0.48
HSL 60º 0.08% 0.48% -
HSV(B) 60º 0.15% 0.52% -
XYZ 21.04 22.95 18.94 -
YUV 130.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 133 133 113 0 0 0.15 0.48 60 0.08 0.48
Hex 85 85 71 0 0 F 30 3C 8 30
Octal 205 205 161 0 0 17 60 74 10 60
Binary 10000101 10000101 1110001 0 0 1111 110000 111100 1000 110000

Color Harmonies of #858571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858571

Black with #858571

Text Example


Text Example

White with #858571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858571; }

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

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

background-color css

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

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

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

border-color css

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

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

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