Html Css Color HEX #858570 Schist

📋 copy color: '#858570'

red 133 ◦ green 133 ◦ blue 112

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

Shades of Schist #858570

Tints of Schist #858570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 35.19%
G = 35.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#858570 (or 0x858570) is known color: Schist. HEX triplet: 85, 85 and 70. RGB value is (133,133,112). Sum of RGB (Red+Green+Blue) = 133+133+112=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858570 is #7A7A8F. Grayscale: #828282. Windows color (decimal): -8026768 or 7374213. OLE color: 7374213.

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

Color convert

RGB 133 133 112 -
CMYK 0 0 0.16 0.48
HSL 60º 0.09% 0.48% -
HSV(B) 60º 0.16% 0.52% -
XYZ 20.99 22.93 18.65 -
YUV 130.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 133 133 112 0 0 0.16 0.48 60 0.09 0.48
Hex 85 85 70 0 0 10 30 3C 9 30
Octal 205 205 160 0 0 20 60 74 11 60
Binary 10000101 10000101 1110000 0 0 10000 110000 111100 1001 110000

Color Harmonies of #858570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858570

Black with #858570

Text Example


Text Example

White with #858570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858570; }

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

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

background-color css

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

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

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

border-color css

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

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

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