#858188

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

Shades of Topaz #858188

Tints of Topaz #858188

Color information

#858188 (or 0x858188) is unknown color: approx Topaz. HEX triplet: 85, 81 and 88. RGB value is (133,129,136). Sum of RGB (Red+Green+Blue) = 133+129+136=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #858188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858188 is #7A7E77. Grayscale: #828282. Windows color (decimal): -8027768 or 8946053. OLE color: 8946053.

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

Color convert

RGB133129136-
CMYK0.020.0500.47
HSL274.29º2.86%51.96%-
HSV(B)274.29º5.15%53.33%-
XYZ21.9722.4626.47-
YUV130.99130.83129.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=33.42%
G=32.41%
B=34.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331291360.020.0500.47274.292.8651.96
Hex8581882502F112334
Octal20520121025057422364
Binary10000101100000011000100010101010111110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858188; }

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

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

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

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

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

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

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

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