Html Css Color HEX #50616C Fiord

📋 copy color: '#50616C'

red 80 ◦ green 97 ◦ blue 108

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

Shades of Fiord #50616C

Tints of Fiord #50616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 28.07%
G = 34.04%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50616C (or 0x50616C) is known color: Fiord. HEX triplet: 50, 61 and 6C. RGB value is (80,97,108). Sum of RGB (Red+Green+Blue) = 80+97+108=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #50616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50616C is #AF9E93. Grayscale: #5D5D5D. Windows color (decimal): -11509396 or 7102800. OLE color: 7102800.

HSL color Cylindrical-coordinate representation of color #50616C: hue angle of 203.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50616C is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 97 108 -
CMYK 0.26 0.10 0 0.58
HSL 203.57º 0.15% 0.37% -
HSV(B) 203.57º 0.26% 0.42% -
XYZ 10.29 11.34 15.83 -
YUV 93.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 80 97 108 0.26 0.10 0 0.58 203.57 0.15 0.37
Hex 50 61 6C 1A A 0 3A CC F 25
Octal 120 141 154 32 12 0 72 314 17 45
Binary 1010000 1100001 1101100 11010 1010 0 111010 11001100 1111 100101

Color Harmonies of #50616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50616C

Black with #50616C

Text Example


Text Example

White with #50616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,97,108); }

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

background-color css

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

 a { background-color: rgb(80,97,108); }

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

border-color css

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

 span { border-color: rgb(80,97,108); }

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