#505F6A

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

Shades of Fiord #505F6A

Tints of Fiord #505F6A

Color information

#505F6A (or 0x505F6A) is unknown color: approx Fiord. HEX triplet: 50, 5F and 6A. RGB value is (80,95,106). Sum of RGB (Red+Green+Blue) = 80+95+106=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #505F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F6A is #AFA095. Grayscale: #5B5B5B. Windows color (decimal): -11509910 or 6971216. OLE color: 6971216.

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

Color convert

RGB8095106-
CMYK0.250.1000.58
HSL205.38º13.98%36.47%-
HSV(B)205.38º24.53%41.57%-
XYZ1010.9315.22-
YUV91.77136.03119.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=28.47%
G=33.81%
B=37.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80951060.250.1000.58205.3813.9836.47
Hex505F6A19A03Acde24
Octal12013715231120723151644
Binary1010000101111111010101100110100111010110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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