#858088

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

Shades of Topaz #858088

Tints of Topaz #858088

Color information

#858088 (or 0x858088) is unknown color: approx Topaz. HEX triplet: 85, 80 and 88. RGB value is (133,128,136). Sum of RGB (Red+Green+Blue) = 133+128+136=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 136 - color contains mainly: blue. Hex color #858088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858088 is #7A7F77. Grayscale: #828282. Windows color (decimal): -8028024 or 8945797. OLE color: 8945797.

HSL color Cylindrical-coordinate representation of color #858088: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858088 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133128136-
CMYK0.020.0600.47
HSL277.5º3.25%51.76%-
HSV(B)277.5º5.88%53.33%-
XYZ21.8422.226.43-
YUV130.41131.16129.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=33.50%
G=32.24%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331281360.020.0600.47277.53.2551.76
Hex8580882602F116334
Octal20520021026057426364
Binary10000101100000001000100010110010111110001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858088; }

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

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

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

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

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

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

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

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