#839592

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

Shades of Oslo Grey #839592

Tints of Oslo Grey #839592

Color information

#839592 (or 0x839592) is unknown color: approx Oslo Grey. HEX triplet: 83, 95 and 92. RGB value is (131,149,146). Sum of RGB (Red+Green+Blue) = 131+149+146=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #839592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839592 is #7C6A6D. Grayscale: #8F8F8F. Windows color (decimal): -8153710 or 9606531. OLE color: 9606531.

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

Color convert

RGB131149146-
CMYK0.1200.020.42
HSL170º7.83%54.9%-
HSV(B)170º12.08%58.43%-
XYZ25.328.431.34-
YUV143.28129.54119.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=30.75%
G=34.98%
B=34.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491460.1200.020.421707.8354.9
Hex839592C022Aaa837
Octal2032252221402522521067
Binary1000001110010101100100101100010101010101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839592; }

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

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

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

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

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

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

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

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