#505C67

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

Shades of Fiord #505C67

Tints of Fiord #505C67

Color information

#505C67 (or 0x505C67) is unknown color: approx Fiord. HEX triplet: 50, 5C and 67. RGB value is (80,92,103). Sum of RGB (Red+Green+Blue) = 80+92+103=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #505C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C67 is #AFA398. Grayscale: #595959. Windows color (decimal): -11510681 or 6773840. OLE color: 6773840.

HSL color Cylindrical-coordinate representation of color #505C67: hue angle of 208.7º 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 #505C67 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8092103-
CMYK0.220.1100.60
HSL208.7º12.57%35.88%-
HSV(B)208.7º22.33%40.39%-
XYZ9.5810.3414.32-
YUV89.67135.52121.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=29.09%
G=33.45%
B=37.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80921030.220.1100.60208.712.5735.88
Hex505C6716B03Cd1d24
Octal12013414726130743211544
Binary1010000101110011001111011010110111100110100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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