#50585D

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

Shades of Fiord #50585D

Tints of Fiord #50585D

Color information

#50585D (or 0x50585D) is unknown color: approx Fiord. HEX triplet: 50, 58 and 5D. RGB value is (80,88,93). Sum of RGB (Red+Green+Blue) = 80+88+93=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 93 - color contains mainly: blue. Hex color #50585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50585D is #AFA7A2. Grayscale: #565656. Windows color (decimal): -11511715 or 6117456. OLE color: 6117456.

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

Color convert

RGB808893-
CMYK0.140.0500.64
HSL203.08º7.51%33.92%-
HSV(B)203.08º13.98%36.47%-
XYZ8.779.4811.72-
YUV86.18131.85123.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=30.65%
G=33.72%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8088930.140.0500.64203.087.5133.92
Hex50585DE5040cb822
Octal12013013516501003131042
Binary101000010110001011101111010101000000110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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