#506068

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

Shades of Fiord #506068

Tints of Fiord #506068

Color information

#506068 (or 0x506068) is unknown color: approx Fiord. HEX triplet: 50, 60 and 68. RGB value is (80,96,104). Sum of RGB (Red+Green+Blue) = 80+96+104=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #506068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506068 is #AF9F97. Grayscale: #5C5C5C. Windows color (decimal): -11509656 or 6840400. OLE color: 6840400.

HSL color Cylindrical-coordinate representation of color #506068: hue angle of 200º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506068 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8096104-
CMYK0.230.0800.59
HSL200º13.04%36.08%-
HSV(B)200º23.08%40.78%-
XYZ9.9911.0714.71-
YUV92.13134.7119.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=28.57%
G=34.29%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80961040.230.0800.5920013.0436.08
Hex50606817803Bc8d24
Octal12014015027100733101544
Binary1010000110000011010001011110000111011110010001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506068; }

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

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

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

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

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

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

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

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