Html Css Color HEX #857091 Topaz

📋 copy color: '#857091'

red 133 ◦ green 112 ◦ blue 145

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

Shades of Topaz #857091

Tints of Topaz #857091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 34.1%
G = 28.72%
B = 37.18%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857091 (or 0x857091) is known color: Topaz. HEX triplet: 85, 70 and 91. RGB value is (133,112,145). Sum of RGB (Red+Green+Blue) = 133+112+145=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #857091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857091 is #7A8F6E. Grayscale: #797979. Windows color (decimal): -8032111 or 9531525. OLE color: 9531525.

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

Color convert

RGB 133 112 145 -
CMYK 0.08 0.23 0 0.43
HSL 278.18º 0.13% 0.5% -
HSV(B) 278.18º 0.23% 0.57% -
XYZ 20.58 18.62 29.3 -
YUV 122.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 133 112 145 0.08 0.23 0 0.43 278.18 0.13 0.5
Hex 85 70 91 8 17 0 2B 116 D 32
Octal 205 160 221 10 27 0 53 426 15 62
Binary 10000101 1110000 10010001 1000 10111 0 101011 100010110 1101 110010

Color Harmonies of #857091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857091

Black with #857091

Text Example


Text Example

White with #857091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857091; }

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

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

background-color css

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

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

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

border-color css

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

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

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