#50636C

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

Shades of Fiord #50636C

Tints of Fiord #50636C

Color information

#50636C (or 0x50636C) is unknown color: approx Fiord. HEX triplet: 50, 63 and 6C. RGB value is (80,99,108). Sum of RGB (Red+Green+Blue) = 80+99+108=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #50636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50636C is #AF9C93. Grayscale: #5E5E5E. Windows color (decimal): -11508884 or 7103312. OLE color: 7103312.

HSL color Cylindrical-coordinate representation of color #50636C: hue angle of 199.29º 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 #50636C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8099108-
CMYK0.260.0800.58
HSL199.29º14.89%36.86%-
HSV(B)199.29º25.93%42.35%-
XYZ10.4811.7115.9-
YUV94.34135.71117.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=27.87%
G=34.49%
B=37.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80991080.260.0800.58199.2914.8936.86
Hex50636C1A803Ac7f25
Octal12014315432100723071745
Binary1010000110001111011001101010000111010110001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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