#839190

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

Shades of Oslo Grey #839190

Tints of Oslo Grey #839190

Color information

#839190 (or 0x839190) is unknown color: approx Oslo Grey. HEX triplet: 83, 91 and 90. RGB value is (131,145,144). Sum of RGB (Red+Green+Blue) = 131+145+144=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 145 - color contains mainly: green. Hex color #839190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839190 is #7C6E6F. Grayscale: #8C8C8C. Windows color (decimal): -8154736 or 9474435. OLE color: 9474435.

HSL color Cylindrical-coordinate representation of color #839190: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839190 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB131145144-
CMYK0.1000.010.43
HSL175.71º5.98%54.12%-
HSV(B)175.71º9.66%56.86%-
XYZ24.5227.0930.32-
YUV140.7129.86121.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.19%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=31.19%
G=34.52%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451440.1000.010.43175.715.9854.12
Hex839190A012Bb0636
Octal203221220120153260666
Binary10000011100100011001000010100110101110110000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839190; }

 p { color: rgb(131,145,144); }

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

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

 a { background-color: rgb(131,145,144); }

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

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

 span { border-color: rgb(131,145,144); }

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