Html Css Color HEX #839592 Oslo Grey

📋 copy color: '#839592'

red 131 ◦ green 149 ◦ blue 146

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

Shades of Oslo Grey #839592

Tints of Oslo Grey #839592

RGB

 RED value IS 131 (51.56% from 255) = 30.75%

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 30.75%
G = 34.98%
B = 34.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#839592 (or 0x839592) is known color: Oslo Grey. HEX triplet: 83, 95 and 92. RGB value is (131,149,146). Sum of RGB (Red+Green+Blue) = 131+149+146=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #839592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839592 is #7C6A6D. Grayscale: #8F8F8F. Windows color (decimal): -8153710 or 9606531. OLE color: 9606531.

HSL color Cylindrical-coordinate representation of color #839592: hue angle of 170º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839592 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 146 -
CMYK 0.12 0 0.02 0.42
HSL 170º 0.08% 0.55% -
HSV(B) 170º 0.12% 0.58% -
XYZ 25.3 28.4 31.34 -
YUV 143.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 131 149 146 0.12 0 0.02 0.42 170 0.08 0.55
Hex 83 95 92 C 0 2 2A AA 8 37
Octal 203 225 222 14 0 2 52 252 10 67
Binary 10000011 10010101 10010010 1100 0 10 101010 10101010 1000 110111

Color Harmonies of #839592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839592

Black with #839592

Text Example


Text Example

White with #839592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839592; }

 p { color: rgb(131,149,146); }

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

background-color css

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

 a { background-color: rgb(131,149,146); }

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

border-color css

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

 span { border-color: rgb(131,149,146); }

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