#85808B

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

Shades of Topaz #85808B

Tints of Topaz #85808B

Color information

#85808B (or 0x85808B) is unknown color: approx Topaz. HEX triplet: 85, 80 and 8B. RGB value is (133,128,139). Sum of RGB (Red+Green+Blue) = 133+128+139=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #85808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85808B is #7A7F74. Grayscale: #828282. Windows color (decimal): -8028021 or 9142405. OLE color: 9142405.

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

Color convert

RGB133128139-
CMYK0.040.0800.45
HSL267.27º4.53%52.35%-
HSV(B)267.27º7.91%54.51%-
XYZ22.0522.2927.57-
YUV130.75132.66129.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=33.25%
G=32%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331281390.040.0800.45267.274.5352.35
Hex85808B4802D10b534
Octal205200213410055413564
Binary10000101100000001000101110010000101101100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85808B; }

 p { color: rgb(133,128,139); }

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

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

 a { background-color: rgb(133,128,139); }

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

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

 span { border-color: rgb(133,128,139); }

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