Html Css Color HEX #858578 Schist

📋 copy color: '#858578'

red 133 ◦ green 133 ◦ blue 120

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

Shades of Schist #858578

Tints of Schist #858578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 34.46%
G = 34.46%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#858578 (or 0x858578) is known color: Schist. HEX triplet: 85, 85 and 78. RGB value is (133,133,120). Sum of RGB (Red+Green+Blue) = 133+133+120=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858578 is #7A7A87. Grayscale: #838383. Windows color (decimal): -8026760 or 7898501. OLE color: 7898501.

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

Color convert

RGB 133 133 120 -
CMYK 0 0 0.10 0.48
HSL 60º 0.05% 0.5% -
HSV(B) 60º 0.1% 0.52% -
XYZ 21.45 23.12 21.1 -
YUV 131.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 133 133 120 0 0 0.10 0.48 60 0.05 0.5
Hex 85 85 78 0 0 A 30 3C 5 32
Octal 205 205 170 0 0 12 60 74 5 62
Binary 10000101 10000101 1111000 0 0 1010 110000 111100 101 110010

Color Harmonies of #858578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858578

Black with #858578

Text Example


Text Example

White with #858578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858578; }

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

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

background-color css

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

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

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

border-color css

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

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

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