#505F69

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

Shades of Fiord #505F69

Tints of Fiord #505F69

Color information

#505F69 (or 0x505F69) is unknown color: approx Fiord. HEX triplet: 50, 5F and 69. RGB value is (80,95,105). Sum of RGB (Red+Green+Blue) = 80+95+105=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #505F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F69 is #AFA096. Grayscale: #5B5B5B. Windows color (decimal): -11509911 or 6905680. OLE color: 6905680.

HSL color Cylindrical-coordinate representation of color #505F69: hue angle of 204º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #505F69 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8095105-
CMYK0.240.1000.59
HSL204º13.51%36.27%-
HSV(B)204º23.81%41.18%-
XYZ9.9510.9114.95-
YUV91.65135.53119.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=28.57%
G=33.93%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80951050.240.1000.5920413.5136.27
Hex505F6918A03Bcce24
Octal12013715130120733141644
Binary1010000101111111010011100010100111011110011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F69; }

 p { color: rgb(80,95,105); }

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

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

 a { background-color: rgb(80,95,105); }

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

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

 span { border-color: rgb(80,95,105); }

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