#506169

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

Shades of Fiord #506169

Tints of Fiord #506169

Color information

#506169 (or 0x506169) is unknown color: approx Fiord. HEX triplet: 50, 61 and 69. RGB value is (80,97,105). Sum of RGB (Red+Green+Blue) = 80+97+105=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #506169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506169 is #AF9E96. Grayscale: #5C5C5C. Windows color (decimal): -11509399 or 6906192. OLE color: 6906192.

HSL color Cylindrical-coordinate representation of color #506169: hue angle of 199.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506169 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8097105-
CMYK0.240.0800.59
HSL199.2º13.51%36.27%-
HSV(B)199.2º23.81%41.18%-
XYZ10.1311.2715.01-
YUV92.83134.87118.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=28.37%
G=34.40%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80971050.240.0800.59199.213.5136.27
Hex50616918803Bc7e24
Octal12014115130100733071644
Binary1010000110000111010011100010000111011110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506169; }

 p { color: rgb(80,97,105); }

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

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

 a { background-color: rgb(80,97,105); }

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

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

 span { border-color: rgb(80,97,105); }

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