Html Css Color HEX #857592 Topaz

📋 copy color: '#857592'

red 133 ◦ green 117 ◦ blue 146

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

Shades of Topaz #857592

Tints of Topaz #857592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 33.59%
G = 29.55%
B = 36.87%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857592 (or 0x857592) is known color: Topaz. HEX triplet: 85, 75 and 92. RGB value is (133,117,146). Sum of RGB (Red+Green+Blue) = 133+117+146=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #857592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857592 is #7A8A6D. Grayscale: #7C7C7C. Windows color (decimal): -8030830 or 9598341. OLE color: 9598341.

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

Color convert

RGB 133 117 146 -
CMYK 0.09 0.20 0 0.43
HSL 273.1º 0.12% 0.52% -
HSV(B) 273.1º 0.2% 0.57% -
XYZ 21.22 19.78 29.89 -
YUV 125.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 133 117 146 0.09 0.20 0 0.43 273.1 0.12 0.52
Hex 85 75 92 9 14 0 2B 111 C 34
Octal 205 165 222 11 24 0 53 421 14 64
Binary 10000101 1110101 10010010 1001 10100 0 101011 100010001 1100 110100

Color Harmonies of #857592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857592

Black with #857592

Text Example


Text Example

White with #857592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857592; }

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

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

background-color css

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

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

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

border-color css

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

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

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