#838B89

Color #838B89 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #838B89

Tints of Oslo Grey #838B89

Color information

#838B89 (or 0x838B89) is unknown color: approx Oslo Grey. HEX triplet: 83, 8B and 89. RGB value is (131,139,137). Sum of RGB (Red+Green+Blue) = 131+139+137=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 139 - color contains mainly: green. Hex color #838B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B89 is #7C7476. Grayscale: #888888. Windows color (decimal): -8156279 or 9014147. OLE color: 9014147.

HSL color Cylindrical-coordinate representation of color #838B89: hue angle of 165º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838B89 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB131139137-
CMYK0.0600.010.45
HSL165º3.33%52.94%-
HSV(B)165º5.76%54.51%-
XYZ23.1125.127.29-
YUV136.38128.35124.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=32.19%
G=34.15%
B=33.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311391370.0600.010.451653.3352.94
Hex838B896012Da5335
Octal20321321160155245365
Binary100000111000101110001001110011011011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B89; }

 p { color: rgb(131,139,137); }

 H1.HeaderClassName
 {
   color: #838B89;
 }
 .AnyTagClassName
 {
   color: #838B89;
 }
</style>
background-color css

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

 a { background-color: rgb(131,139,137); }

 div.DivClassName
 {
   background-color: #838B89;
 }
 .BgClassName
 {
   background-color: #838B89;
 }
</style>
border-color css

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

 span { border-color: rgb(131,139,137); }

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