Html Css Color HEX #859392 Oslo Grey

📋 copy color: '#859392'

red 133 ◦ green 147 ◦ blue 146

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

Shades of Oslo Grey #859392

Tints of Oslo Grey #859392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 31.22%
G = 34.51%
B = 34.27%

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

#859392 (or 0x859392) is known color: Oslo Grey. HEX triplet: 85, 93 and 92. RGB value is (133,147,146). Sum of RGB (Red+Green+Blue) = 133+147+146=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #859392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859392 is #7A6C6D. Grayscale: #8E8E8E. Windows color (decimal): -8023150 or 9606021. OLE color: 9606021.

HSL color Cylindrical-coordinate representation of color #859392: hue angle of 175.71º 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 #859392 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 146 -
CMYK 0.10 0 0.01 0.42
HSL 175.71º 0.06% 0.55% -
HSV(B) 175.71º 0.1% 0.58% -
XYZ 25.29 27.93 31.25 -
YUV 142.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 133 147 146 0.10 0 0.01 0.42 175.71 0.06 0.55
Hex 85 93 92 A 0 1 2A B0 6 37
Octal 205 223 222 12 0 1 52 260 6 67
Binary 10000101 10010011 10010010 1010 0 1 101010 10110000 110 110111

Color Harmonies of #859392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859392

Black with #859392

Text Example


Text Example

White with #859392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859392; }

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

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

background-color css

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

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

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

border-color css

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

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

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