#839090

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

Shades of Oslo Grey #839090

Tints of Oslo Grey #839090

Color information

#839090 (or 0x839090) is unknown color: approx Oslo Grey. HEX triplet: 83, 90 and 90. RGB value is (131,144,144). Sum of RGB (Red+Green+Blue) = 131+144+144=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #839090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839090 is #7C6F6F. Grayscale: #8C8C8C. Windows color (decimal): -8154992 or 9474179. OLE color: 9474179.

HSL color Cylindrical-coordinate representation of color #839090: hue angle of 180º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #839090 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131144144-
CMYK0.09000.44
HSL180º5.53%53.92%-
HSV(B)180º9.03%56.47%-
XYZ24.3726.7930.27-
YUV140.11130.19121.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=31.26%
G=34.37%
B=34.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441440.09000.441805.5353.92
Hex8390909002Cb4636
Octal203220220110054264666
Binary10000011100100001001000010010010110010110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839090; }

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

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

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

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

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

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

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

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