Html Css Color HEX #858470 Schist

📋 copy color: '#858470'

red 133 ◦ green 132 ◦ blue 112

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

Shades of Schist #858470

Tints of Schist #858470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 35.28%
G = 35.01%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#858470 (or 0x858470) is known color: Schist. HEX triplet: 85, 84 and 70. RGB value is (133,132,112). Sum of RGB (Red+Green+Blue) = 133+132+112=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #858470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858470 is #7A7B8F. Grayscale: #828282. Windows color (decimal): -8027024 or 7373957. OLE color: 7373957.

HSL color Cylindrical-coordinate representation of color #858470: hue angle of 57.14º 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 #858470 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 112 -
CMYK 0 0.01 0.16 0.48
HSL 57.14º 0.09% 0.48% -
HSV(B) 57.14º 0.16% 0.52% -
XYZ 20.85 22.66 18.6 -
YUV 130.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 133 132 112 0 0.01 0.16 0.48 57.14 0.09 0.48
Hex 85 84 70 0 1 10 30 39 9 30
Octal 205 204 160 0 1 20 60 71 11 60
Binary 10000101 10000100 1110000 0 1 10000 110000 111001 1001 110000

Color Harmonies of #858470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858470

Black with #858470

Text Example


Text Example

White with #858470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858470; }

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

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

background-color css

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

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

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

border-color css

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

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

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