#85818C

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

Shades of Topaz #85818C

Tints of Topaz #85818C

Color information

#85818C (or 0x85818C) is unknown color: approx Topaz. HEX triplet: 85, 81 and 8C. RGB value is (133,129,140). Sum of RGB (Red+Green+Blue) = 133+129+140=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #85818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85818C is #7A7E73. Grayscale: #838383. Windows color (decimal): -8027764 or 9208197. OLE color: 9208197.

HSL color Cylindrical-coordinate representation of color #85818C: hue angle of 261.82º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85818C is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133129140-
CMYK0.050.0800.45
HSL261.82º4.56%52.75%-
HSV(B)261.82º7.86%54.9%-
XYZ22.2622.5828-
YUV131.45132.83129.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=33.08%
G=32.09%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331291400.050.0800.45261.824.5652.75
Hex85818C5802D106535
Octal205201214510055406565
Binary10000101100000011000110010110000101101100000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85818C; }

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

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

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

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

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

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

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

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