Html Css Color HEX #858579 Schist

📋 copy color: '#858579'

red 133 ◦ green 133 ◦ blue 121

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

Shades of Schist #858579

Tints of Schist #858579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 34.37%
G = 34.37%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#858579 (or 0x858579) is known color: Schist. HEX triplet: 85, 85 and 79. RGB value is (133,133,121). Sum of RGB (Red+Green+Blue) = 133+133+121=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858579 is #7A7A86. Grayscale: #838383. Windows color (decimal): -8026759 or 7964037. OLE color: 7964037.

HSL color Cylindrical-coordinate representation of color #858579: 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.09%. Process color model (Four color, CMYK) of #858579 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 121 -
CMYK 0 0 0.09 0.48
HSL 60º 0.05% 0.5% -
HSV(B) 60º 0.09% 0.52% -
XYZ 21.51 23.14 21.42 -
YUV 131.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 133 133 121 0 0 0.09 0.48 60 0.05 0.5
Hex 85 85 79 0 0 9 30 3C 5 32
Octal 205 205 171 0 0 11 60 74 5 62
Binary 10000101 10000101 1111001 0 0 1001 110000 111100 101 110010

Color Harmonies of #858579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858579

Black with #858579

Text Example


Text Example

White with #858579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858579; }

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

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

background-color css

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

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

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

border-color css

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

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

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