Html Css Color HEX #857597 Topaz

📋 copy color: '#857597'

red 133 ◦ green 117 ◦ blue 151

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

Shades of Topaz #857597

Tints of Topaz #857597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 33.17%
G = 29.18%
B = 37.66%

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

#857597 (or 0x857597) is known color: Topaz. HEX triplet: 85, 75 and 97. RGB value is (133,117,151). Sum of RGB (Red+Green+Blue) = 133+117+151=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 151 - color contains mainly: blue. Hex color #857597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857597 is #7A8A68. Grayscale: #7D7D7D. Windows color (decimal): -8030825 or 9926021. OLE color: 9926021.

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

Color convert

RGB 133 117 151 -
CMYK 0.12 0.23 0 0.41
HSL 268.24º 0.14% 0.53% -
HSV(B) 268.24º 0.23% 0.59% -
XYZ 21.62 19.94 31.99 -
YUV 125.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 133 117 151 0.12 0.23 0 0.41 268.24 0.14 0.53
Hex 85 75 97 C 17 0 29 10C E 35
Octal 205 165 227 14 27 0 51 414 16 65
Binary 10000101 1110101 10010111 1100 10111 0 101001 100001100 1110 110101

Color Harmonies of #857597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857597

Black with #857597

Text Example


Text Example

White with #857597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857597; }

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

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

background-color css

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

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

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

border-color css

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

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

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