#50626F

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

Shades of Fiord #50626F

Tints of Fiord #50626F

Color information

#50626F (or 0x50626F) is unknown color: approx Fiord. HEX triplet: 50, 62 and 6F. RGB value is (80,98,111). Sum of RGB (Red+Green+Blue) = 80+98+111=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #50626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50626F is #AF9D90. Grayscale: #5E5E5E. Windows color (decimal): -11509137 or 7299664. OLE color: 7299664.

HSL color Cylindrical-coordinate representation of color #50626F: hue angle of 205.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50626F is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8098111-
CMYK0.280.1200.56
HSL205.16º16.23%37.45%-
HSV(B)205.16º27.93%43.53%-
XYZ10.5511.5916.72-
YUV94.1137.54117.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=27.68%
G=33.91%
B=38.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80981110.280.1200.56205.1616.2337.45
Hex50626F1CC038cd1025
Octal12014215734140703152045
Binary10100001100010110111111100110001110001100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50626F; }

 p { color: rgb(80,98,111); }

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

<style>
 a { background-color: #50626F; }

 a { background-color: rgb(80,98,111); }

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

<style>
 span { border-color: #50626F; }

 span { border-color: rgb(80,98,111); }

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