#505B61

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

Shades of Fiord #505B61

Tints of Fiord #505B61

Color information

#505B61 (or 0x505B61) is unknown color: approx Fiord. HEX triplet: 50, 5B and 61. RGB value is (80,91,97). Sum of RGB (Red+Green+Blue) = 80+91+97=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #505B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B61 is #AFA49E. Grayscale: #585858. Windows color (decimal): -11510943 or 6380368. OLE color: 6380368.

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

Color convert

RGB809197-
CMYK0.180.0600.62
HSL201.18º9.6%34.71%-
HSV(B)201.18º17.53%38.04%-
XYZ9.2110.0512.76-
YUV88.39132.86122.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=29.85%
G=33.96%
B=36.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8091970.180.0600.62201.189.634.71
Hex505B6112603Ec9a23
Octal1201331412260763111243
Binary101000010110111100001100101100111110110010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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