#505A61

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

Shades of Fiord #505A61

Tints of Fiord #505A61

Color information

#505A61 (or 0x505A61) is unknown color: approx Fiord. HEX triplet: 50, 5A and 61. RGB value is (80,90,97). Sum of RGB (Red+Green+Blue) = 80+90+97=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #505A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A61 is #AFA59E. Grayscale: #575757. Windows color (decimal): -11511199 or 6380112. OLE color: 6380112.

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

Color convert

RGB809097-
CMYK0.180.0700.62
HSL204.71º9.6%34.71%-
HSV(B)204.71º17.53%38.04%-
XYZ9.129.8812.74-
YUV87.81133.19122.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=29.96%
G=33.71%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8090970.180.0700.62204.719.634.71
Hex505A6112703Ecda23
Octal1201321412270763151243
Binary101000010110101100001100101110111110110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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