Html Css Color HEX #859291 Oslo Grey

📋 copy color: '#859291'

red 133 ◦ green 146 ◦ blue 145

#859291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #859291

Tints of Oslo Grey #859291

RGB

 RED value IS 133 (52.34% from 255) = 31.37%

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 31.37%
G = 34.43%
B = 34.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#859291 (or 0x859291) is known color: Oslo Grey. HEX triplet: 85, 92 and 91. RGB value is (133,146,145). Sum of RGB (Red+Green+Blue) = 133+146+145=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 146 - color contains mainly: green. Hex color #859291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859291 is #7A6D6E. Grayscale: #8D8D8D. Windows color (decimal): -8023407 or 9540229. OLE color: 9540229.

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

Color convert

RGB 133 146 145 -
CMYK 0.09 0 0.01 0.43
HSL 175.38º 0.06% 0.55% -
HSV(B) 175.38º 0.09% 0.57% -
XYZ 25.06 27.59 30.79 -
YUV 142 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 133 146 145 0.09 0 0.01 0.43 175.38 0.06 0.55
Hex 85 92 91 9 0 1 2B AF 6 37
Octal 205 222 221 11 0 1 53 257 6 67
Binary 10000101 10010010 10010001 1001 0 1 101011 10101111 110 110111

Color Harmonies of #859291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859291

Black with #859291

Text Example


Text Example

White with #859291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859291; }

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

 H1.HeaderClassName
 {
   color: #859291;
 }
 .AnyTagClassName
 {
   color: #859291;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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