#515E68

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

Shades of Fiord #515E68

Tints of Fiord #515E68

Color information

#515E68 (or 0x515E68) is unknown color: approx Fiord. HEX triplet: 51, 5E and 68. RGB value is (81,94,104). Sum of RGB (Red+Green+Blue) = 81+94+104=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #515E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E68 is #AEA197. Grayscale: #5B5B5B. Windows color (decimal): -11444632 or 6839889. OLE color: 6839889.

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

Color convert

RGB8194104-
CMYK0.220.1000.59
HSL206.09º12.43%36.27%-
HSV(B)206.09º22.12%40.78%-
XYZ9.8910.7514.65-
YUV91.25135.19120.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=29.03%
G=33.69%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81941040.220.1000.59206.0912.4336.27
Hex515E6816A03Bcec24
Octal12113615026120733161444
Binary1010001101111011010001011010100111011110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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