#828888

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

Shades of Oslo Grey #828888

Tints of Oslo Grey #828888

Color information

#828888 (or 0x828888) is unknown color: approx Oslo Grey. HEX triplet: 82, 88 and 88. RGB value is (130,136,136). Sum of RGB (Red+Green+Blue) = 130+136+136=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #828888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828888 is #7D7777. Grayscale: #868686. Windows color (decimal): -8222584 or 8947842. OLE color: 8947842.

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

Color convert

RGB130136136-
CMYK0.04000.47
HSL180º2.46%52.16%-
HSV(B)180º4.41%53.33%-
XYZ22.4524.1326.77-
YUV134.21129.01125-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=32.34%
G=33.83%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361360.04000.471802.4652.16
Hex8288884002Fb4234
Octal20221021040057264264
Binary100000101000100010001000100001011111011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828888; }

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

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

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

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

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

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

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

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