Html Css Color HEX #506371 Fiord

📋 copy color: '#506371'

red 80 ◦ green 99 ◦ blue 113

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

Shades of Fiord #506371

Tints of Fiord #506371

RGB

 RED value IS 80 (31.64% from 255) = 27.4%

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 27.4%
G = 33.9%
B = 38.7%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506371 (or 0x506371) is known color: Fiord. HEX triplet: 50, 63 and 71. RGB value is (80,99,113). Sum of RGB (Red+Green+Blue) = 80+99+113=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #506371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506371 is #AF9C8E. Grayscale: #5E5E5E. Windows color (decimal): -11508879 or 7430992. OLE color: 7430992.

HSL color Cylindrical-coordinate representation of color #506371: hue angle of 205.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506371 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 99 113 -
CMYK 0.29 0.12 0 0.56
HSL 205.45º 0.17% 0.38% -
HSV(B) 205.45º 0.29% 0.44% -
XYZ 10.75 11.82 17.34 -
YUV 94.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 80 99 113 0.29 0.12 0 0.56 205.45 0.17 0.38
Hex 50 63 71 1D C 0 38 CD 11 26
Octal 120 143 161 35 14 0 70 315 21 46
Binary 1010000 1100011 1110001 11101 1100 0 111000 11001101 10001 100110

Color Harmonies of #506371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506371

Black with #506371

Text Example


Text Example

White with #506371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506371; }

 p { color: rgb(80,99,113); }

 H1.HeaderClassName
 {
   color: #506371;
 }
 .AnyTagClassName
 {
   color: #506371;
 }
</style>

background-color css

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

 a { background-color: rgb(80,99,113); }

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

border-color css

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

 span { border-color: rgb(80,99,113); }

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