#857F90

Color #857F90 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #857F90

Tints of Topaz #857F90

Color information

#857F90 (or 0x857F90) is unknown color: approx Topaz. HEX triplet: 85, 7F and 90. RGB value is (133,127,144). Sum of RGB (Red+Green+Blue) = 133+127+144=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #857F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857F90 is #7A806F. Grayscale: #828282. Windows color (decimal): -8028272 or 9469829. OLE color: 9469829.

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

Color convert

RGB133127144-
CMYK0.080.1200.44
HSL261.18º7.11%53.14%-
HSV(B)261.18º11.81%56.47%-
XYZ22.322.1829.49-
YUV130.73135.49129.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=32.92%
G=31.44%
B=35.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331271440.080.1200.44261.187.1153.14
Hex857F908C02C105735
Octal2051772201014054405765
Binary10000101111111110010000100011000101100100000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857F90; }

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

 H1.HeaderClassName
 {
   color: #857F90;
 }
 .AnyTagClassName
 {
   color: #857F90;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #857F90;
 }
 .BgClassName
 {
   background-color: #857F90;
 }
</style>
border-color css

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

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

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