#50626C

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

Shades of Fiord #50626C

Tints of Fiord #50626C

Color information

#50626C (or 0x50626C) is unknown color: approx Fiord. HEX triplet: 50, 62 and 6C. RGB value is (80,98,108). Sum of RGB (Red+Green+Blue) = 80+98+108=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #50626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50626C is #AF9D93. Grayscale: #5D5D5D. Windows color (decimal): -11509140 or 7103056. OLE color: 7103056.

HSL color Cylindrical-coordinate representation of color #50626C: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50626C is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8098108-
CMYK0.260.0900.58
HSL201.43º14.89%36.86%-
HSV(B)201.43º25.93%42.35%-
XYZ10.3811.5215.86-
YUV93.76136.04118.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=27.97%
G=34.27%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80981080.260.0900.58201.4314.8936.86
Hex50626C1A903Ac9f25
Octal12014215432110723111745
Binary1010000110001011011001101010010111010110010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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