#858193

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

Shades of Topaz #858193

Tints of Topaz #858193

Color information

#858193 (or 0x858193) is unknown color: approx Topaz. HEX triplet: 85, 81 and 93. RGB value is (133,129,147). Sum of RGB (Red+Green+Blue) = 133+129+147=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #858193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858193 is #7A7E6C. Grayscale: #848484. Windows color (decimal): -8027757 or 9666949. OLE color: 9666949.

HSL color Cylindrical-coordinate representation of color #858193: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858193 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133129147-
CMYK0.100.1200.42
HSL253.33º7.69%54.12%-
HSV(B)253.33º12.24%57.65%-
XYZ22.7922.7930.8-
YUV132.25136.33128.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=32.52%
G=31.54%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331291470.100.1200.42253.337.6954.12
Hex858193AC02Afd836
Octal20520122312140523751066
Binary100001011000000110010011101011000101010111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858193; }

 p { color: rgb(133,129,147); }

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

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

 a { background-color: rgb(133,129,147); }

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

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

 span { border-color: rgb(133,129,147); }

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