#818483

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

Shades of Oslo Grey #818483

Tints of Oslo Grey #818483

Color information

#818483 (or 0x818483) is unknown color: approx Oslo Grey. HEX triplet: 81, 84 and 83. RGB value is (129,132,131). Sum of RGB (Red+Green+Blue) = 129+132+131=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 132 - color contains mainly: green. Hex color #818483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818483 is #7E7B7C. Grayscale: #828282. Windows color (decimal): -8289149 or 8619137. OLE color: 8619137.

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

Color convert

RGB129132131-
CMYK0.0200.010.48
HSL160º1.2%51.18%-
HSV(B)160º2.27%51.76%-
XYZ21.422.8124.75-
YUV130.99128.01126.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=32.91%
G=33.67%
B=33.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321310.0200.010.481601.251.18
Hex81848320130a0133
Octal20120420320160240163
Binary1000000110000100100000111001110000101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818483; }

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

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

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

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

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

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

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

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