#50606C

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

Shades of Fiord #50606C

Tints of Fiord #50606C

Color information

#50606C (or 0x50606C) is unknown color: approx Fiord. HEX triplet: 50, 60 and 6C. RGB value is (80,96,108). Sum of RGB (Red+Green+Blue) = 80+96+108=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #50606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50606C is #AF9F93. Grayscale: #5C5C5C. Windows color (decimal): -11509652 or 7102544. OLE color: 7102544.

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

Color convert

RGB8096108-
CMYK0.260.1100.58
HSL205.71º14.89%36.86%-
HSV(B)205.71º25.93%42.35%-
XYZ10.211.1515.8-
YUV92.58136.7119.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=28.17%
G=33.80%
B=38.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80961080.260.1100.58205.7114.8936.86
Hex50606C1AB03Acef25
Octal12014015432130723161745
Binary1010000110000011011001101010110111010110011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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