#50585F

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

Shades of Fiord #50585F

Tints of Fiord #50585F

Color information

#50585F (or 0x50585F) is unknown color: approx Fiord. HEX triplet: 50, 58 and 5F. RGB value is (80,88,95). Sum of RGB (Red+Green+Blue) = 80+88+95=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 95 - color contains mainly: blue. Hex color #50585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585F is #AFA7A0. Grayscale: #565656. Windows color (decimal): -11511713 or 6248528. OLE color: 6248528.

HSL color Cylindrical-coordinate representation of color #50585F: hue angle of 208º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #50585F is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB808895-
CMYK0.160.0700.63
HSL208º8.57%34.31%-
HSV(B)208º15.79%37.25%-
XYZ8.869.5112.2-
YUV86.41132.85123.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=30.42%
G=33.46%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8088950.160.0700.632088.5734.31
Hex50585F10703Fd0922
Octal1201301372070773201142
Binary101000010110001011111100001110111111110100001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50585F; }

 p { color: rgb(80,88,95); }

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

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

 a { background-color: rgb(80,88,95); }

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

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

 span { border-color: rgb(80,88,95); }

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