#857397

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

Shades of Topaz #857397

Tints of Topaz #857397

Color information

#857397 (or 0x857397) is unknown color: approx Topaz. HEX triplet: 85, 73 and 97. RGB value is (133,115,151). Sum of RGB (Red+Green+Blue) = 133+115+151=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #857397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857397 is #7A8C68. Grayscale: #7C7C7C. Windows color (decimal): -8031337 or 9925509. OLE color: 9925509.

HSL color Cylindrical-coordinate representation of color #857397: hue angle of 270º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857397 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133115151-
CMYK0.120.2400.41
HSL270º14.75%52.16%-
HSV(B)270º23.84%59.22%-
XYZ21.3919.4831.91-
YUV124.49142.96134.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=33.33%
G=28.82%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331151510.120.2400.4127014.7552.16
Hex857397C1802910ef34
Octal20516322714300514161764
Binary1000010111100111001011111001100001010011000011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857397; }

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

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

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

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

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

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

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

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