#516168

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

Shades of Fiord #516168

Tints of Fiord #516168

Color information

#516168 (or 0x516168) is unknown color: approx Fiord. HEX triplet: 51, 61 and 68. RGB value is (81,97,104). Sum of RGB (Red+Green+Blue) = 81+97+104=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #516168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516168 is #AE9E97. Grayscale: #5C5C5C. Windows color (decimal): -11443864 or 6840657. OLE color: 6840657.

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

Color convert

RGB8197104-
CMYK0.220.0700.59
HSL198.26º12.43%36.27%-
HSV(B)198.26º22.12%40.78%-
XYZ10.1711.314.74-
YUV93.01134.2119.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=28.72%
G=34.40%
B=36.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81971040.220.0700.59198.2612.4336.27
Hex51616816703Bc6c24
Octal1211411502670733061444
Binary101000111000011101000101101110111011110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516168; }

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

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

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

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

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

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

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

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