Html Css Color HEX #859391 Oslo Grey

📋 copy color: '#859391'

red 133 ◦ green 147 ◦ blue 145

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

Shades of Oslo Grey #859391

Tints of Oslo Grey #859391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

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

R = 31.29%
G = 34.59%
B = 34.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#859391 (or 0x859391) is known color: Oslo Grey. HEX triplet: 85, 93 and 91. RGB value is (133,147,145). Sum of RGB (Red+Green+Blue) = 133+147+145=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #859391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859391 is #7A6C6E. Grayscale: #8E8E8E. Windows color (decimal): -8023151 or 9540485. OLE color: 9540485.

HSL color Cylindrical-coordinate representation of color #859391: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859391 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 145 -
CMYK 0.10 0 0.01 0.42
HSL 171.43º 0.06% 0.55% -
HSV(B) 171.43º 0.1% 0.58% -
XYZ 25.22 27.9 30.84 -
YUV 142.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 133 147 145 0.10 0 0.01 0.42 171.43 0.06 0.55
Hex 85 93 91 A 0 1 2A AB 6 37
Octal 205 223 221 12 0 1 52 253 6 67
Binary 10000101 10010011 10010001 1010 0 1 101010 10101011 110 110111

Color Harmonies of #859391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859391

Black with #859391

Text Example


Text Example

White with #859391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859391; }

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

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

background-color css

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

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

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

border-color css

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

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

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