#515C68

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

Shades of Fiord #515C68

Tints of Fiord #515C68

Color information

#515C68 (or 0x515C68) is unknown color: approx Fiord. HEX triplet: 51, 5C and 68. RGB value is (81,92,104). Sum of RGB (Red+Green+Blue) = 81+92+104=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #515C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C68 is #AEA397. Grayscale: #5A5A5A. Windows color (decimal): -11445144 or 6839377. OLE color: 6839377.

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

Color convert

RGB8192104-
CMYK0.220.1200.59
HSL211.3º12.43%36.27%-
HSV(B)211.3º22.12%40.78%-
XYZ9.7210.414.59-
YUV90.08135.86121.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=29.24%
G=33.21%
B=37.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81921040.220.1200.59211.312.4336.27
Hex515C6816C03Bd3c24
Octal12113415026140733231444
Binary1010001101110011010001011011000111011110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515C68; }

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

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

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

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

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

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

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

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