#50585C

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

Shades of Fiord #50585C

Tints of Fiord #50585C

Color information

#50585C (or 0x50585C) is unknown color: approx Fiord. HEX triplet: 50, 58 and 5C. RGB value is (80,88,92). Sum of RGB (Red+Green+Blue) = 80+88+92=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 92 - color contains mainly: blue. Hex color #50585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585C is #AFA7A3. Grayscale: #565656. Windows color (decimal): -11511716 or 6051920. OLE color: 6051920.

HSL color Cylindrical-coordinate representation of color #50585C: hue angle of 200º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #50585C is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB808892-
CMYK0.130.0400.64
HSL200º6.98%33.73%-
HSV(B)200º13.04%36.08%-
XYZ8.739.4611.49-
YUV86.06131.35123.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=30.77%
G=33.85%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8088920.130.0400.642006.9833.73
Hex50585CD4040c8722
Octal1201301341540100310742
Binary10100001011000101110011011000100000011001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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