#515E67

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

Shades of Fiord #515E67

Tints of Fiord #515E67

Color information

#515E67 (or 0x515E67) is unknown color: approx Fiord. HEX triplet: 51, 5E and 67. RGB value is (81,94,103). Sum of RGB (Red+Green+Blue) = 81+94+103=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #515E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E67 is #AEA198. Grayscale: #5B5B5B. Windows color (decimal): -11444633 or 6774353. OLE color: 6774353.

HSL color Cylindrical-coordinate representation of color #515E67: hue angle of 204.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515E67 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8194103-
CMYK0.210.0900.60
HSL204.55º11.96%36.08%-
HSV(B)204.55º21.36%40.39%-
XYZ9.8410.7314.38-
YUV91.14134.69120.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=29.14%
G=33.81%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81941030.210.0900.60204.5511.9636.08
Hex515E6715903Ccdc24
Octal12113614725110743151444
Binary1010001101111011001111010110010111100110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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