#505960

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

Shades of Fiord #505960

Tints of Fiord #505960

Color information

#505960 (or 0x505960) is unknown color: approx Fiord. HEX triplet: 50, 59 and 60. RGB value is (80,89,96). Sum of RGB (Red+Green+Blue) = 80+89+96=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #505960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505960 is #AFA69F. Grayscale: #575757. Windows color (decimal): -11511456 or 6314320. OLE color: 6314320.

HSL color Cylindrical-coordinate representation of color #505960: hue angle of 206.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505960 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808996-
CMYK0.170.0700.62
HSL206.25º9.09%34.51%-
HSV(B)206.25º16.67%37.65%-
XYZ8.999.6912.46-
YUV87.11133.02122.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=30.19%
G=33.58%
B=36.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8089960.170.0700.62206.259.0934.51
Hex50596011703Ece923
Octal1201311402170763161143
Binary101000010110011100000100011110111110110011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505960; }

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

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

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

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

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

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

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

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