#50616E

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

Shades of Fiord #50616E

Tints of Fiord #50616E

Color information

#50616E (or 0x50616E) is unknown color: approx Fiord. HEX triplet: 50, 61 and 6E. RGB value is (80,97,110). Sum of RGB (Red+Green+Blue) = 80+97+110=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #50616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50616E is #AF9E91. Grayscale: #5D5D5D. Windows color (decimal): -11509394 or 7233872. OLE color: 7233872.

HSL color Cylindrical-coordinate representation of color #50616E: hue angle of 206º degrees, saturation: 0.16, 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 #50616E is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8097110-
CMYK0.270.1200.57
HSL206º15.79%37.25%-
HSV(B)206º27.27%43.14%-
XYZ10.411.3816.4-
YUV93.4137.37118.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=27.87%
G=33.80%
B=38.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80971100.270.1200.5720615.7937.25
Hex50616E1BC039ce1025
Octal12014115633140713162045
Binary10100001100001110111011011110001110011100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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