#837591

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

Shades of Topaz #837591

Tints of Topaz #837591

Color information

#837591 (or 0x837591) is unknown color: approx Topaz. HEX triplet: 83, 75 and 91. RGB value is (131,117,145). Sum of RGB (Red+Green+Blue) = 131+117+145=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #837591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837591 is #7C8A6E. Grayscale: #7C7C7C. Windows color (decimal): -8161903 or 9532803. OLE color: 9532803.

HSL color Cylindrical-coordinate representation of color #837591: hue angle of 270º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #837591 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131117145-
CMYK0.100.1900.43
HSL270º11.29%51.37%-
HSV(B)270º19.31%56.86%-
XYZ20.8319.5929.47-
YUV124.38139.64132.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=33.33%
G=29.77%
B=36.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311171450.100.1900.4327011.2951.37
Hex837591A1302B10eb33
Octal20316522112230534161363
Binary1000001111101011001000110101001101010111000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837591; }

 p { color: rgb(131,117,145); }

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

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

 a { background-color: rgb(131,117,145); }

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

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

 span { border-color: rgb(131,117,145); }

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