#838573

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

Shades of Schist #838573

Tints of Schist #838573

Color information

#838573 (or 0x838573) is unknown color: approx Schist. HEX triplet: 83, 85 and 73. RGB value is (131,133,115). Sum of RGB (Red+Green+Blue) = 131+133+115=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 133 - color contains mainly: green. Hex color #838573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838573 is #7C7A8C. Grayscale: #828282. Windows color (decimal): -8157837 or 7570819. OLE color: 7570819.

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

Color convert

RGB131133115-
CMYK0.0200.140.48
HSL66.67º7.26%48.63%-
HSV(B)66.67º13.53%52.16%-
XYZ20.8422.8419.53-
YUV130.35119.34128.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=34.56%
G=35.09%
B=30.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331150.0200.140.4866.677.2648.63
Hex83857320E3043731
Octal203205163201660103761
Binary1000001110000101111001110011101100001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838573; }

 p { color: rgb(131,133,115); }

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

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

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

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

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

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

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