#85908F

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

Shades of Oslo Grey #85908F

Tints of Oslo Grey #85908F

Color information

#85908F (or 0x85908F) is unknown color: approx Oslo Grey. HEX triplet: 85, 90 and 8F. RGB value is (133,144,143). Sum of RGB (Red+Green+Blue) = 133+144+143=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 144 - color contains mainly: green. Hex color #85908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85908F is #7A6F70. Grayscale: #8C8C8C. Windows color (decimal): -8023921 or 9408645. OLE color: 9408645.

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

Color convert

RGB133144143-
CMYK0.0800.010.44
HSL174.55º4.72%54.31%-
HSV(B)174.55º7.64%56.47%-
XYZ24.626.9229.89-
YUV140.6129.36122.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=31.67%
G=34.29%
B=34.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331441430.0800.010.44174.554.7254.31
Hex85908F8012Caf536
Octal205220217100154257566
Binary10000101100100001000111110000110110010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85908F; }

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

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

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

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

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

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

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

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