#516169

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

Shades of Fiord #516169

Tints of Fiord #516169

Color information

#516169 (or 0x516169) is unknown color: approx Fiord. HEX triplet: 51, 61 and 69. RGB value is (81,97,105). Sum of RGB (Red+Green+Blue) = 81+97+105=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #516169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516169 is #AE9E96. Grayscale: #5D5D5D. Windows color (decimal): -11443863 or 6906193. OLE color: 6906193.

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

Color convert

RGB8197105-
CMYK0.230.0800.59
HSL200º12.9%36.47%-
HSV(B)200º22.86%41.18%-
XYZ10.2211.3215.01-
YUV93.13134.7119.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=28.62%
G=34.28%
B=37.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81971050.230.0800.5920012.936.47
Hex51616917803Bc8d24
Octal12114115127100733101544
Binary1010001110000111010011011110000111011110010001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516169; }

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

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

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

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

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

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

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

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