#505F6C

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

Shades of Fiord #505F6C

Tints of Fiord #505F6C

Color information

#505F6C (or 0x505F6C) is unknown color: approx Fiord. HEX triplet: 50, 5F and 6C. RGB value is (80,95,108). Sum of RGB (Red+Green+Blue) = 80+95+108=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #505F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F6C is #AFA093. Grayscale: #5B5B5B. Windows color (decimal): -11509908 or 7102288. OLE color: 7102288.

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

Color convert

RGB8095108-
CMYK0.260.1200.58
HSL207.86º14.89%36.86%-
HSV(B)207.86º25.93%42.35%-
XYZ10.1110.9715.77-
YUV92137.03119.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=28.27%
G=33.57%
B=38.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80951080.260.1200.58207.8614.8936.86
Hex505F6C1AC03Ad0f25
Octal12013715432140723201745
Binary1010000101111111011001101011000111010110100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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