#859191

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

Shades of Oslo Grey #859191

Tints of Oslo Grey #859191

Color information

#859191 (or 0x859191) is unknown color: approx Oslo Grey. HEX triplet: 85, 91 and 91. RGB value is (133,145,145). Sum of RGB (Red+Green+Blue) = 133+145+145=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #859191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859191 is #7A6E6E. Grayscale: #8D8D8D. Windows color (decimal): -8023663 or 9539973. OLE color: 9539973.

HSL color Cylindrical-coordinate representation of color #859191: hue angle of 180º 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 #859191 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133145145-
CMYK0.08000.43
HSL180º5.17%54.51%-
HSV(B)180º8.28%56.86%-
XYZ24.9127.2830.74-
YUV141.41130.02122-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=31.44%
G=34.28%
B=34.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451450.08000.431805.1754.51
Hex8591918002Bb4537
Octal205221221100053264567
Binary10000101100100011001000110000010101110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859191; }

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

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

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

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

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

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

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

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