#50616D

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

Shades of Fiord #50616D

Tints of Fiord #50616D

Color information

#50616D (or 0x50616D) is unknown color: approx Fiord. HEX triplet: 50, 61 and 6D. RGB value is (80,97,109). Sum of RGB (Red+Green+Blue) = 80+97+109=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #50616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50616D is #AF9E92. Grayscale: #5D5D5D. Windows color (decimal): -11509395 or 7168336. OLE color: 7168336.

HSL color Cylindrical-coordinate representation of color #50616D: hue angle of 204.83º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50616D is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8097109-
CMYK0.270.1100.57
HSL204.83º15.34%37.06%-
HSV(B)204.83º26.61%42.75%-
XYZ10.3411.3616.12-
YUV93.28136.87118.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=27.97%
G=33.92%
B=38.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80971090.270.1100.57204.8315.3437.06
Hex50616D1BB039cdf25
Octal12014115533130713151745
Binary1010000110000111011011101110110111001110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50616D; }

 p { color: rgb(80,97,109); }

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

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

 a { background-color: rgb(80,97,109); }

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

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

 span { border-color: rgb(80,97,109); }

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