#50626A

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

Shades of Fiord #50626A

Tints of Fiord #50626A

Color information

#50626A (or 0x50626A) is unknown color: approx Fiord. HEX triplet: 50, 62 and 6A. RGB value is (80,98,106). Sum of RGB (Red+Green+Blue) = 80+98+106=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #50626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50626A is #AF9D95. Grayscale: #5D5D5D. Windows color (decimal): -11509142 or 6971984. OLE color: 6971984.

HSL color Cylindrical-coordinate representation of color #50626A: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50626A is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8098106-
CMYK0.250.0800.58
HSL198.46º13.98%36.47%-
HSV(B)198.46º24.53%41.57%-
XYZ10.2811.4815.31-
YUV93.53135.04118.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=28.17%
G=34.51%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80981060.250.0800.58198.4613.9836.47
Hex50626A19803Ac6e24
Octal12014215231100723061644
Binary1010000110001011010101100110000111010110001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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