#515F67

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

Shades of Fiord #515F67

Tints of Fiord #515F67

Color information

#515F67 (or 0x515F67) is unknown color: approx Fiord. HEX triplet: 51, 5F and 67. RGB value is (81,95,103). Sum of RGB (Red+Green+Blue) = 81+95+103=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #515F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F67 is #AEA098. Grayscale: #5B5B5B. Windows color (decimal): -11444377 or 6774609. OLE color: 6774609.

HSL color Cylindrical-coordinate representation of color #515F67: hue angle of 201.82º 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 #515F67 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8195103-
CMYK0.210.0800.60
HSL201.82º11.96%36.08%-
HSV(B)201.82º21.36%40.39%-
XYZ9.9310.9114.41-
YUV91.73134.36120.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=29.03%
G=34.05%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81951030.210.0800.60201.8211.9636.08
Hex515F6715803Ccac24
Octal12113714725100743121444
Binary1010001101111111001111010110000111100110010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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