#828B8B

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

Shades of Oslo Grey #828B8B

Tints of Oslo Grey #828B8B

Color information

#828B8B (or 0x828B8B) is unknown color: approx Oslo Grey. HEX triplet: 82, 8B and 8B. RGB value is (130,139,139). Sum of RGB (Red+Green+Blue) = 130+139+139=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #828B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B8B is #7D7474. Grayscale: #888888. Windows color (decimal): -8221813 or 9145218. OLE color: 9145218.

HSL color Cylindrical-coordinate representation of color #828B8B: hue angle of 180º 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 #828B8B is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130139139-
CMYK0.06000.45
HSL180º3.73%52.75%-
HSV(B)180º6.47%54.51%-
XYZ23.125.0828.05-
YUV136.31129.52123.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=31.86%
G=34.07%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391390.06000.451803.7352.75
Hex828B8B6002Db4435
Octal20221321360055264465
Binary1000001010001011100010111100010110110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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