#858572

Color #858572 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #858572

Tints of Schist #858572

Color information

#858572 (or 0x858572) is unknown color: approx Schist. HEX triplet: 85, 85 and 72. RGB value is (133,133,114). Sum of RGB (Red+Green+Blue) = 133+133+114=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858572 is #7A7A8D. Grayscale: #828282. Windows color (decimal): -8026766 or 7505285. OLE color: 7505285.

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

Color convert

RGB133133114-
CMYK000.140.48
HSL60º7.69%48.43%-
HSV(B)60º14.29%52.16%-
XYZ21.122.9819.24-
YUV130.83118.5129.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133114000.140.48607.6948.43
Hex85857200E303c830
Octal205205162001660741060
Binary100001011000010111100100011101100001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858572; }

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

 H1.HeaderClassName
 {
   color: #858572;
 }
 .AnyTagClassName
 {
   color: #858572;
 }
</style>
background-color css

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

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

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

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

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

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