Html Css Color HEX #857491 Topaz

📋 copy color: '#857491'

red 133 ◦ green 116 ◦ blue 145

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

Shades of Topaz #857491

Tints of Topaz #857491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 33.76%
G = 29.44%
B = 36.8%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857491 (or 0x857491) is known color: Topaz. HEX triplet: 85, 74 and 91. RGB value is (133,116,145). Sum of RGB (Red+Green+Blue) = 133+116+145=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #857491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857491 is #7A8B6E. Grayscale: #7C7C7C. Windows color (decimal): -8031087 or 9532549. OLE color: 9532549.

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

Color convert

RGB 133 116 145 -
CMYK 0.08 0.2 0 0.43
HSL 275.17º 0.12% 0.51% -
HSV(B) 275.17º 0.2% 0.57% -
XYZ 21.03 19.52 29.45 -
YUV 124.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 133 116 145 0.08 0.2 0 0.43 275.17 0.12 0.51
Hex 85 74 91 8 14 0 2B 113 C 33
Octal 205 164 221 10 24 0 53 423 14 63
Binary 10000101 1110100 10010001 1000 10100 0 101011 100010011 1100 110011

Color Harmonies of #857491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857491

Black with #857491

Text Example


Text Example

White with #857491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857491; }

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

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

background-color css

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

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

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

border-color css

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

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

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