Html Css Color HEX #839491 Oslo Grey

📋 copy color: '#839491'

red 131 ◦ green 148 ◦ blue 145

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

Shades of Oslo Grey #839491

Tints of Oslo Grey #839491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

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

R = 30.9%
G = 34.91%
B = 34.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#839491 (or 0x839491) is known color: Oslo Grey. HEX triplet: 83, 94 and 91. RGB value is (131,148,145). Sum of RGB (Red+Green+Blue) = 131+148+145=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #839491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839491 is #7C6B6E. Grayscale: #8E8E8E. Windows color (decimal): -8153967 or 9540739. OLE color: 9540739.

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

Color convert

RGB 131 148 145 -
CMYK 0.11 0 0.02 0.42
HSL 169.41º 0.07% 0.55% -
HSV(B) 169.41º 0.11% 0.58% -
XYZ 25.06 28.05 30.88 -
YUV 142.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 131 148 145 0.11 0 0.02 0.42 169.41 0.07 0.55
Hex 83 94 91 B 0 2 2A A9 7 37
Octal 203 224 221 13 0 2 52 251 7 67
Binary 10000011 10010100 10010001 1011 0 10 101010 10101001 111 110111

Color Harmonies of #839491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839491

Black with #839491

Text Example


Text Example

White with #839491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839491; }

 p { color: rgb(131,148,145); }

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

background-color css

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

 a { background-color: rgb(131,148,145); }

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

border-color css

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

 span { border-color: rgb(131,148,145); }

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