#505961

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

Shades of Fiord #505961

Tints of Fiord #505961

Color information

#505961 (or 0x505961) is unknown color: approx Fiord. HEX triplet: 50, 59 and 61. RGB value is (80,89,97). Sum of RGB (Red+Green+Blue) = 80+89+97=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #505961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505961 is #AFA69E. Grayscale: #575757. Windows color (decimal): -11511455 or 6379856. OLE color: 6379856.

HSL color Cylindrical-coordinate representation of color #505961: hue angle of 208.24º 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 #505961 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808997-
CMYK0.180.0800.62
HSL208.24º9.6%34.71%-
HSV(B)208.24º17.53%38.04%-
XYZ9.049.7112.71-
YUV87.22133.52122.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=30.08%
G=33.46%
B=36.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8089970.180.0800.62208.249.634.71
Hex50596112803Ed0a23
Octal12013114122100763201243
Binary1010000101100111000011001010000111110110100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505961; }

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

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

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

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

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

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

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

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