#505D6A

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

Shades of Fiord #505D6A

Tints of Fiord #505D6A

Color information

#505D6A (or 0x505D6A) is unknown color: approx Fiord. HEX triplet: 50, 5D and 6A. RGB value is (80,93,106). Sum of RGB (Red+Green+Blue) = 80+93+106=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #505D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D6A is #AFA295. Grayscale: #5A5A5A. Windows color (decimal): -11510422 or 6970704. OLE color: 6970704.

HSL color Cylindrical-coordinate representation of color #505D6A: hue angle of 210º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505D6A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8093106-
CMYK0.250.1200.58
HSL210º13.98%36.47%-
HSV(B)210º24.53%41.57%-
XYZ9.8210.5715.16-
YUV90.6136.69120.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=28.67%
G=33.33%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80931060.250.1200.5821013.9836.47
Hex505D6A19C03Ad2e24
Octal12013515231140723221644
Binary1010000101110111010101100111000111010110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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