#818585

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

Shades of Oslo Grey #818585

Tints of Oslo Grey #818585

Color information

#818585 (or 0x818585) is unknown color: approx Oslo Grey. HEX triplet: 81, 85 and 85. RGB value is (129,133,133). Sum of RGB (Red+Green+Blue) = 129+133+133=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #818585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818585 is #7E7A7A. Grayscale: #838383. Windows color (decimal): -8288891 or 8750465. OLE color: 8750465.

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

Color convert

RGB129133133-
CMYK0.03000.48
HSL180º1.61%51.37%-
HSV(B)180º3.01%52.16%-
XYZ21.6723.1425.51-
YUV131.8128.67126-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=32.66%
G=33.67%
B=33.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331330.03000.481801.6151.37
Hex81858530030b4233
Octal20120520530060264263
Binary10000001100001011000010111001100001011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818585; }

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

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

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

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

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

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

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

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