#839392

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

Shades of Oslo Grey #839392

Tints of Oslo Grey #839392

Color information

#839392 (or 0x839392) is unknown color: approx Oslo Grey. HEX triplet: 83, 93 and 92. RGB value is (131,147,146). Sum of RGB (Red+Green+Blue) = 131+147+146=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 147 - color contains mainly: green. Hex color #839392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839392 is #7C6C6D. Grayscale: #8E8E8E. Windows color (decimal): -8154222 or 9606019. OLE color: 9606019.

HSL color Cylindrical-coordinate representation of color #839392: hue angle of 176.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839392 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB131147146-
CMYK0.1100.010.42
HSL176.25º6.9%54.51%-
HSV(B)176.25º10.88%57.65%-
XYZ24.9827.7731.24-
YUV142.1130.2120.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=30.90%
G=34.67%
B=34.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471460.1100.010.42176.256.954.51
Hex839392B012Ab0737
Octal203223222130152260767
Binary10000011100100111001001010110110101010110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839392; }

 p { color: rgb(131,147,146); }

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

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

 a { background-color: rgb(131,147,146); }

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

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

 span { border-color: rgb(131,147,146); }

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