#828B89

Color #828B89 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #828B89

Tints of Oslo Grey #828B89

Color information

#828B89 (or 0x828B89) is unknown color: approx Oslo Grey. HEX triplet: 82, 8B and 89. RGB value is (130,139,137). Sum of RGB (Red+Green+Blue) = 130+139+137=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #828B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B89 is #7D7476. Grayscale: #888888. Windows color (decimal): -8221815 or 9014146. OLE color: 9014146.

HSL color Cylindrical-coordinate representation of color #828B89: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B89 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB130139137-
CMYK0.0600.010.45
HSL166.67º3.73%52.75%-
HSV(B)166.67º6.47%54.51%-
XYZ22.9525.0227.29-
YUV136.08128.52123.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=32.02%
G=34.24%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391370.0600.010.45166.673.7352.75
Hex828B896012Da7435
Octal20221321160155247465
Binary1000001010001011100010011100110110110100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B89; }

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

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

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

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

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

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

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

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