#857E89

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

Shades of Topaz #857E89

Tints of Topaz #857E89

Color information

#857E89 (or 0x857E89) is unknown color: approx Topaz. HEX triplet: 85, 7E and 89. RGB value is (133,126,137). Sum of RGB (Red+Green+Blue) = 133+126+137=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #857E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E89 is #7A8176. Grayscale: #818181. Windows color (decimal): -8028535 or 9010821. OLE color: 9010821.

HSL color Cylindrical-coordinate representation of color #857E89: hue angle of 278.18º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #857E89 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133126137-
CMYK0.030.0800.46
HSL278.18º4.45%51.57%-
HSV(B)278.18º8.03%53.73%-
XYZ21.6521.7126.72-
YUV129.35132.32130.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=33.59%
G=31.82%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331261370.030.0800.46278.184.4551.57
Hex857E893802E116434
Octal205176211310056426464
Binary100001011111110100010011110000101110100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,137); }

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

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

 a { background-color: rgb(133,126,137); }

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

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

 span { border-color: rgb(133,126,137); }

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