#859190

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

Shades of Oslo Grey #859190

Tints of Oslo Grey #859190

Color information

#859190 (or 0x859190) is unknown color: approx Oslo Grey. HEX triplet: 85, 91 and 90. RGB value is (133,145,144). Sum of RGB (Red+Green+Blue) = 133+145+144=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 145 - color contains mainly: green. Hex color #859190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859190 is #7A6E6F. Grayscale: #8D8D8D. Windows color (decimal): -8023664 or 9474437. OLE color: 9474437.

HSL color Cylindrical-coordinate representation of color #859190: hue angle of 175º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #859190 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB133145144-
CMYK0.0800.010.43
HSL175º5.17%54.51%-
HSV(B)175º8.28%56.86%-
XYZ24.8327.2530.34-
YUV141.3129.52122.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=31.52%
G=34.36%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451440.0800.010.431755.1754.51
Hex8591908012Baf537
Octal205221220100153257567
Binary10000101100100011001000010000110101110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859190; }

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

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

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

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

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

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

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

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