#848585

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

Shades of Oslo Grey #848585

Tints of Oslo Grey #848585

Color information

#848585 (or 0x848585) is unknown color: approx Oslo Grey. HEX triplet: 84, 85 and 85. RGB value is (132,133,133). Sum of RGB (Red+Green+Blue) = 132+133+133=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #848585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848585 is #7B7A7A. Grayscale: #848484. Windows color (decimal): -8092283 or 8750468. OLE color: 8750468.

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

Color convert

RGB132133133-
CMYK0.01000.48
HSL180º0.41%51.96%-
HSV(B)180º0.75%52.16%-
XYZ22.1423.3725.54-
YUV132.7128.17127.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.17%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=33.17%
G=33.42%
B=33.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331330.01000.481800.4151.96
Hex84858510030b4034
Octal20420520510060264064
Binary100001001000010110000101100110000101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848585; }

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

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

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

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

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

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

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

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