#505D61

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

Shades of Fiord #505D61

Tints of Fiord #505D61

Color information

#505D61 (or 0x505D61) is unknown color: approx Fiord. HEX triplet: 50, 5D and 61. RGB value is (80,93,97). Sum of RGB (Red+Green+Blue) = 80+93+97=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #505D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D61 is #AFA29E. Grayscale: #595959. Windows color (decimal): -11510431 or 6380880. OLE color: 6380880.

HSL color Cylindrical-coordinate representation of color #505D61: hue angle of 194.12º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505D61 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB809397-
CMYK0.180.0400.62
HSL194.12º9.6%34.71%-
HSV(B)194.12º17.53%38.04%-
XYZ9.3810.412.82-
YUV89.57132.19121.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=29.63%
G=34.44%
B=35.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8093970.180.0400.62194.129.634.71
Hex505D6112403Ec2a23
Octal1201351412240763021243
Binary101000010111011100001100101000111110110000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,93,97); }

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

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

 a { background-color: rgb(80,93,97); }

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

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

 span { border-color: rgb(80,93,97); }

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