Html Css Color HEX #50585D Fiord

📋 copy color: '#50585D'

red 80 ◦ green 88 ◦ blue 93

#50585D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #50585D

Tints of Fiord #50585D

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 value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50585D (or 0x50585D) is known color: 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

RGB 80 88 93 -
CMYK 0.14 0.05 0 0.64
HSL 203.08º 0.08% 0.34% -
HSV(B) 203.08º 0.14% 0.36% -
XYZ 8.77 9.48 11.72 -
YUV 86.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 80 88 93 0.14 0.05 0 0.64 203.08 0.08 0.34
Hex 50 58 5D E 5 0 40 CB 8 22
Octal 120 130 135 16 5 0 100 313 10 42
Binary 1010000 1011000 1011101 1110 101 0 1000000 11001011 1000 100010

Color Harmonies of #50585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50585D

Black with #50585D

Text Example


Text Example

White with #50585D

Text Example


Text Example

HTML Codes & Css Web 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>