#828585

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

Shades of Oslo Grey #828585

Tints of Oslo Grey #828585

Color information

#828585 (or 0x828585) is unknown color: approx Oslo Grey. HEX triplet: 82, 85 and 85. RGB value is (130,133,133). Sum of RGB (Red+Green+Blue) = 130+133+133=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #828585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828585 is #7D7A7A. Grayscale: #848484. Windows color (decimal): -8223355 or 8750466. OLE color: 8750466.

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

Color convert

RGB130133133-
CMYK0.02000.48
HSL180º1.21%51.57%-
HSV(B)180º2.26%52.16%-
XYZ21.8323.2125.52-
YUV132.1128.51126.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=32.83%
G=33.59%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331330.02000.481801.2151.57
Hex82858520030b4134
Octal20220520520060264164
Binary1000001010000101100001011000110000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828585; }

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

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

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

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

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

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

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

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