#819290

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

Shades of Oslo Grey #819290

Tints of Oslo Grey #819290

Color information

#819290 (or 0x819290) is unknown color: approx Oslo Grey. HEX triplet: 81, 92 and 90. RGB value is (129,146,144). Sum of RGB (Red+Green+Blue) = 129+146+144=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #819290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819290 is #7E6D6F. Grayscale: #8C8C8C. Windows color (decimal): -8285552 or 9474689. OLE color: 9474689.

HSL color Cylindrical-coordinate representation of color #819290: hue angle of 172.94º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819290 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB129146144-
CMYK0.1200.010.43
HSL172.94º7.23%53.92%-
HSV(B)172.94º11.64%57.25%-
XYZ24.3727.2430.36-
YUV140.69129.87119.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=30.79%
G=34.84%
B=34.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461440.1200.010.43172.947.2353.92
Hex819290C012Bad736
Octal201222220140153255766
Binary10000001100100101001000011000110101110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819290; }

 p { color: rgb(129,146,144); }

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

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

 a { background-color: rgb(129,146,144); }

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

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

 span { border-color: rgb(129,146,144); }

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