Html Css Color HEX #857497 Topaz

📋 copy color: '#857497'

red 133 ◦ green 116 ◦ blue 151

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

Shades of Topaz #857497

Tints of Topaz #857497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 33.25%
G = 29%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#857497 (or 0x857497) is known color: Topaz. HEX triplet: 85, 74 and 97. RGB value is (133,116,151). Sum of RGB (Red+Green+Blue) = 133+116+151=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: blue. Hex color #857497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857497 is #7A8B68. Grayscale: #7C7C7C. Windows color (decimal): -8031081 or 9925765. OLE color: 9925765.

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

Color convert

RGB 133 116 151 -
CMYK 0.12 0.23 0 0.41
HSL 269.14º 0.14% 0.52% -
HSV(B) 269.14º 0.23% 0.59% -
XYZ 21.5 19.71 31.95 -
YUV 125.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 133 116 151 0.12 0.23 0 0.41 269.14 0.14 0.52
Hex 85 74 97 C 17 0 29 10D E 34
Octal 205 164 227 14 27 0 51 415 16 64
Binary 10000101 1110100 10010111 1100 10111 0 101001 100001101 1110 110100

Color Harmonies of #857497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857497

Black with #857497

Text Example


Text Example

White with #857497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857497; }

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

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

background-color css

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

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

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

border-color css

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

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

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