#828089

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

Shades of Topaz #828089

Tints of Topaz #828089

Color information

#828089 (or 0x828089) is unknown color: approx Topaz. HEX triplet: 82, 80 and 89. RGB value is (130,128,137). Sum of RGB (Red+Green+Blue) = 130+128+137=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 137 - color contains mainly: blue. Hex color #828089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828089 is #7D7F76. Grayscale: #818181. Windows color (decimal): -8224631 or 9011330. OLE color: 9011330.

HSL color Cylindrical-coordinate representation of color #828089: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828089 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130128137-
CMYK0.050.0700.46
HSL253.33º3.67%51.96%-
HSV(B)253.33º6.57%53.73%-
XYZ21.4421.9926.78-
YUV129.62132.16128.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=32.91%
G=32.41%
B=34.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301281370.050.0700.46253.333.6751.96
Hex8280895702Efd434
Octal20220021157056375464
Binary100000101000000010001001101111010111011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828089; }

 p { color: rgb(130,128,137); }

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

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

 a { background-color: rgb(130,128,137); }

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

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

 span { border-color: rgb(130,128,137); }

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