#516068

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

Shades of Fiord #516068

Tints of Fiord #516068

Color information

#516068 (or 0x516068) is unknown color: approx Fiord. HEX triplet: 51, 60 and 68. RGB value is (81,96,104). Sum of RGB (Red+Green+Blue) = 81+96+104=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #516068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516068 is #AE9F97. Grayscale: #5C5C5C. Windows color (decimal): -11444120 or 6840401. OLE color: 6840401.

HSL color Cylindrical-coordinate representation of color #516068: hue angle of 200.87º 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 #516068 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8196104-
CMYK0.220.0800.59
HSL200.87º12.43%36.27%-
HSV(B)200.87º22.12%40.78%-
XYZ10.0711.1114.71-
YUV92.43134.53119.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=28.83%
G=34.16%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81961040.220.0800.59200.8712.4336.27
Hex51606816803Bc9c24
Octal12114015026100733111444
Binary1010001110000011010001011010000111011110010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516068; }

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

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

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

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

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

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

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

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