Html Css Color HEX #857290 Topaz

📋 copy color: '#857290'

red 133 ◦ green 114 ◦ blue 144

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

Shades of Topaz #857290

Tints of Topaz #857290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 34.02%
G = 29.16%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#857290 (or 0x857290) is known color: Topaz. HEX triplet: 85, 72 and 90. RGB value is (133,114,144). Sum of RGB (Red+Green+Blue) = 133+114+144=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #857290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857290 is #7A8D6F. Grayscale: #7B7B7B. Windows color (decimal): -8031600 or 9466501. OLE color: 9466501.

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

Color convert

RGB 133 114 144 -
CMYK 0.08 0.21 0 0.44
HSL 278º 0.12% 0.51% -
HSV(B) 278º 0.21% 0.56% -
XYZ 20.72 19.03 28.97 -
YUV 123.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 133 114 144 0.08 0.21 0 0.44 278 0.12 0.51
Hex 85 72 90 8 15 0 2C 116 C 33
Octal 205 162 220 10 25 0 54 426 14 63
Binary 10000101 1110010 10010000 1000 10101 0 101100 100010110 1100 110011

Color Harmonies of #857290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857290

Black with #857290

Text Example


Text Example

White with #857290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857290; }

 p { color: rgb(133,114,144); }

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

background-color css

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

 a { background-color: rgb(133,114,144); }

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

border-color css

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

 span { border-color: rgb(133,114,144); }

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