#818584

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

Shades of Oslo Grey #818584

Tints of Oslo Grey #818584

Color information

#818584 (or 0x818584) is unknown color: approx Oslo Grey. HEX triplet: 81, 85 and 84. RGB value is (129,133,132). Sum of RGB (Red+Green+Blue) = 129+133+132=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 133 - color contains mainly: green. Hex color #818584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818584 is #7E7A7B. Grayscale: #838383. Windows color (decimal): -8288892 or 8684929. OLE color: 8684929.

HSL color Cylindrical-coordinate representation of color #818584: hue angle of 165º 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 #818584 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB129133132-
CMYK0.0300.010.48
HSL165º1.61%51.37%-
HSV(B)165º3.01%52.16%-
XYZ21.6123.1125.15-
YUV131.69128.17126.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=32.74%
G=33.76%
B=33.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291331320.0300.010.481651.6151.37
Hex81858430130a5233
Octal20120520430160245263
Binary10000001100001011000010011011100001010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818584; }

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

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

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

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

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

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

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

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