Html Css Color HEX #857191 Topaz

📋 copy color: '#857191'

red 133 ◦ green 113 ◦ blue 145

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

Shades of Topaz #857191

Tints of Topaz #857191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 34.02%
G = 28.9%
B = 37.08%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857191 (or 0x857191) is known color: Topaz. HEX triplet: 85, 71 and 91. RGB value is (133,113,145). Sum of RGB (Red+Green+Blue) = 133+113+145=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #857191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857191 is #7A8E6E. Grayscale: #7A7A7A. Windows color (decimal): -8031855 or 9531781. OLE color: 9531781.

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

Color convert

RGB 133 113 145 -
CMYK 0.08 0.22 0 0.43
HSL 277.5º 0.13% 0.51% -
HSV(B) 277.5º 0.22% 0.57% -
XYZ 20.69 18.84 29.33 -
YUV 122.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 133 113 145 0.08 0.22 0 0.43 277.5 0.13 0.51
Hex 85 71 91 8 16 0 2B 116 D 33
Octal 205 161 221 10 26 0 53 426 15 63
Binary 10000101 1110001 10010001 1000 10110 0 101011 100010110 1101 110011

Color Harmonies of #857191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857191

Black with #857191

Text Example


Text Example

White with #857191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857191; }

 p { color: rgb(133,113,145); }

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

background-color css

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

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

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

border-color css

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

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

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