#505F67

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

Shades of Fiord #505F67

Tints of Fiord #505F67

Color information

#505F67 (or 0x505F67) is unknown color: approx Fiord. HEX triplet: 50, 5F and 67. RGB value is (80,95,103). Sum of RGB (Red+Green+Blue) = 80+95+103=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #505F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F67 is #AFA098. Grayscale: #5B5B5B. Windows color (decimal): -11509913 or 6774608. OLE color: 6774608.

HSL color Cylindrical-coordinate representation of color #505F67: hue angle of 200.87º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505F67 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8095103-
CMYK0.220.0800.60
HSL200.87º12.57%35.88%-
HSV(B)200.87º22.33%40.39%-
XYZ9.8510.8714.41-
YUV91.43134.53119.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=28.78%
G=34.17%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80951030.220.0800.60200.8712.5735.88
Hex505F6716803Cc9d24
Octal12013714726100743111544
Binary1010000101111111001111011010000111100110010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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